Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabiola committed Oct 9, 2023
2 parents a98563f + fd56a6b commit 896381c
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 896381c

Please sign in to comment.