Skip to content

Commit

Permalink
Merge pull request #785 from NUmeroAndDev/renovate/major-8-androidgra…
Browse files Browse the repository at this point in the history
…dleplugin

Update dependency com.android.application to v8
  • Loading branch information
NUmeroAndDev authored Feb 13, 2024
2 parents c304f52 + 5e33049 commit b5ffb2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ android {

buildFeatures {
viewBinding = true
buildConfig = true
}

compileOptions {
Expand Down
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ org.gradle.vfs.watch=true

android.enableJetifier=false
android.enableR8.fullMode=true
android.useAndroidX=true
android.useAndroidX=true

android.nonTransitiveRClass=false
android.nonFinalResIds=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "7.4.2"
androidGradlePlugin = "8.2.2"
kotlin = "1.9.22"

androidxLifecycle = "2.7.0"
Expand Down

0 comments on commit b5ffb2d

Please sign in to comment.