Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
techyminati authored Mar 9, 2024
1 parent 2e2f053 commit 61b5822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OsmAnd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ android {
keyPassword System.getenv("OSMAND_APK_PASSWORD")
}
}

compileSdkVersion 33
defaultConfig {
minSdkVersion 23
targetSdkVersion 33
versionCode 4700
versionCode System.getenv("APK_NUMBER_VERSION") ? System.getenv("APK_NUMBER_VERSION").toInteger() : versionCode
versionName "4.7.0"
Expand Down

0 comments on commit 61b5822

Please sign in to comment.