Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier63 authored Feb 3, 2019
2 parents 956bf56 + 8b091ac commit 0488905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
minSdkVersion 21
targetSdkVersion 28

//hardcoded for F-droid bot
//hardcoded for F-droid bot
versionCode = 1005010
versionName = "1.5.10"

Expand All @@ -63,6 +63,7 @@ android {
}

buildConfigField "java.lang.Boolean", "IS_FRDOID", "new Boolean("+project.hasProperty("fdroid")+")"

}

buildTypes {
Expand Down

0 comments on commit 0488905

Please sign in to comment.