Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabiola committed Oct 9, 2023
1 parent a98563f commit fd56a6b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {
// compileSdk=33
// defaultConfig.targetSdk = 33
// compileSdkPreview = "UpsideDownCake"
defaultConfig.targetSdk = 34
defaultConfig.minSdk = 24
defaultConfig.versionName = "1.1.8"
defaultConfig.versionName = "2023.10.10"
defaultConfig.versionCode = 16

defaultConfig.testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit fd56a6b

Please sign in to comment.