Skip to content

Commit

Permalink
RELEASE INCREMENT VERSION CODE
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Jul 25, 2024
1 parent dc323fb commit 6e94950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
applicationId = "com.moneymong.moneymong"
minSdk = 24
targetSdk = 34
versionCode = 12
versionCode = 13
versionName = "1.1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -87,4 +87,4 @@ dependencies {

fun getApiKey(propertyKey : String): String {
return gradleLocalProperties(rootDir).getProperty(propertyKey)
}
}

0 comments on commit 6e94950

Please sign in to comment.