Skip to content

Commit

Permalink
KMM-34:
Browse files Browse the repository at this point in the history
- Bumped version of android application and kmm module
  • Loading branch information
maltsev-gorskij committed Feb 16, 2023
1 parent c509260 commit 0af3479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {

// Global project properties
val appName by extra("SpaceX Launches")
val versionName by extra("1.1")
val versionName by extra("1.2")
val versionCode by extra(2)
val compileSdk by extra(33)
val minSdk by extra(21)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ junit = "4.13.2"
mockito = "5.1.1"
android_core_testing = "2.1.0"
gradle_versions = "0.44.0"
kotlinmultiplatformsandbox_shared = "1.2"
kotlinmultiplatformsandbox_shared = "1.3"
detekt = "1.22.0"
detekt_compose_rules = "1.2.2"
resources = "0.20.1"
Expand Down

0 comments on commit 0af3479

Please sign in to comment.