We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c37de6d + cb87eb8 commit 63f15c2Copy full SHA for 63f15c2
1 file changed
buildSrc/src/main/java/Android.kt
@@ -1,7 +1,7 @@
1
object Android {
2
const val javaVersion = "21"
3
- const val compileSdkVersion = 36
+ const val compileSdkVersion = 37
4
const val minSdkVersion = 29 // Android 10+
5
- const val targetSdkVersion = 36
+ const val targetSdkVersion = 37
6
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
7
}
0 commit comments