Skip to content

Commit

Permalink
update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed Mar 7, 2024
1 parent 0c1b0ac commit b36eb3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
minSdk = "26"
targetSdk = "34"
versionCode = "6"
versionName = "1.1.2"
versionCode = "7"
versionName = "1.2.0"
packageName = "com.nexters.boolti"
compileSdk = "34"
targetJvm = "17"
Expand Down Expand Up @@ -130,4 +130,4 @@ db = ["androidx-datastore", "androidx-datastore-preferences-core", "androidx-roo
firebase = ["firebase-analytics-ktx", "firebase-crashlytics-ktx", "firebase-messaging-ktx"]
kotest = ["kotest-assertions-core", "kotest-property", "kotest-runner-junit5"]
coil = ["coil", "coil-compose"]
compose = ["androidx-activity-compose", "androidx-navigation-compose", "androidx-material3-android", "androidx-compose-ui-ui", "androidx-compose-ui-ui-graphics", "androidx-compose-ui-tooling-preview", "androidx-compose-ui-ui-util", "androidx-lifecycle-runtime-compose"]
compose = ["androidx-activity-compose", "androidx-navigation-compose", "androidx-material3-android", "androidx-compose-ui-ui", "androidx-compose-ui-ui-graphics", "androidx-compose-ui-tooling-preview", "androidx-compose-ui-ui-util", "androidx-lifecycle-runtime-compose"]

0 comments on commit b36eb3a

Please sign in to comment.