Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Fethi Tewelde committed Jun 5, 2024
1 parent 212c05a commit e816a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ android {
applicationId = "com.tewelde.rijksmuseum"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 2
versionName = "1.0.1"
versionCode = 3
versionName = "1.0.2"
}
packaging {
resources {
Expand Down

0 comments on commit e816a14

Please sign in to comment.