Skip to content

Commit 56f5f25

Browse files
Upgrade AGP and replace kotlin-android-extensions with viewbinding
1 parent 13b93f5 commit 56f5f25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ android.useAndroidX=true
1818
# Automatically convert third-party libraries to use AndroidX
1919
android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
21-
kotlin.code.style=official
21+
kotlin.code.style=official
22+
# Suppress warning about using compileSdk 35 with older AGP
23+
android.suppressUnsupportedCompileSdk=35

0 commit comments

Comments
 (0)