Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabiola committed Feb 19, 2023
2 parents eb4a763 + afe9694 commit c54058f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 22 deletions.
1 change: 1 addition & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions .idea/deploymentTargetDropDown.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {
configureKotlinAndroid(this)
compileSdk = 33
defaultConfig.targetSdk = 33
compileSdkPreview = "UpsideDownCake"
// compileSdkPreview = "UpsideDownCake"
defaultConfig.minSdk = 24
defaultConfig.versionName = "1.1.0"
defaultConfig.versionCode = 9
defaultConfig.versionName = "1.1.2"
defaultConfig.versionCode = 10

defaultConfig.testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
defaultConfig.vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AndroidLibraryConventionPlugin : Plugin<Project> {
extensions.configure<LibraryExtension> {
configureKotlinAndroid(this)
compileSdk = 33
compileSdkPreview = "UpsideDownCake"
// compileSdkPreview = "UpsideDownCake"
defaultConfig.minSdk = 24
defaultConfig.targetSdk = 33
defaultConfig.testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ admob = "21.5.0"
androidDesugarJdkLibs = "2.0.2"
androidGradlePlugin = "8.1.0-alpha05"
androidx-compose-foundation = "1.4.0-beta01"
androidxActivity = "1.8.0-alpha01"
androidxActivity = "1.7.0-alpha04"
androidxAppCompat = "1.6.1"
androidxCompose = "1.4.0-beta01"
androidxComposeBom = "2022.11.00"
Expand Down

0 comments on commit c54058f

Please sign in to comment.