Skip to content

Commit

Permalink
Fixed demo app name
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Nov 17, 2020
1 parent ee317c0 commit 882a6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checklistview_demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt')
android.applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "OmniNotes-${variant.name}-${variant.versionName}.apk"
outputFileName = "ChecklistviewDemo-${variant.name}-${variant.versionName}.apk"
}
}
}
Expand Down

0 comments on commit 882a6c0

Please sign in to comment.