Skip to content

Commit

Permalink
Updated project props
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rK7355608 committed Jun 20, 2024
1 parent 9682650 commit 8de1510
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 @@ -15,8 +15,8 @@ android {
applicationId = "com.d4rk.cartcalculator"
minSdk = 26
targetSdk = 34
versionCode = 45
versionName = "1.0.2"
versionCode = 46
versionName = "1.0.3"
archivesName = "${applicationId}-v${versionName}"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += listOf(
Expand Down

0 comments on commit 8de1510

Please sign in to comment.