Skip to content

Commit

Permalink
Merge pull request #54 from nicbell/feature/sdk_34
Browse files Browse the repository at this point in the history
Upgrade to SDK 34, AGP 8.1.2 and bump AndroidX deps
  • Loading branch information
nicbell authored Nov 17, 2023
2 parents f3113b7 + 0004449 commit 695c4ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

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

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ plugins {
ext {
// Android SDK and tools
min_sdk_version = 21
target_sdk_version = 33
compile_sdk_version = 33
target_sdk_version = 34
compile_sdk_version = 34
}

apply from: "$rootDir/config/versioning.gradle"
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
agp = "8.0.0"
androidXLifecycle = "2.5.1"
agp = "8.1.2"
androidXLifecycle = "2.6.2"
coroutines = "1.7.3"
detekt = "1.23.3"
kotlin = "1.9.20"

[libraries]
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.5.1" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.9.0" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" }
androidx-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidXLifecycle" }
androidx-lifecycle-runtime-testing = { module = "androidx.lifecycle:lifecycle-runtime-testing", version.ref = "androidXLifecycle" }
Expand Down

0 comments on commit 695c4ab

Please sign in to comment.