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.
1 parent b5af323 commit 130ad6dCopy full SHA for 130ad6d
views/build.gradle.kts
@@ -19,10 +19,10 @@ plugins {
19
20
android {
21
namespace = "com.example.example.snippet.views"
22
- compileSdk = 35
+ compileSdk = libs.versions.compileSdk.get().toInt()
23
24
defaultConfig {
25
- minSdk = 35
+ minSdk = libs.versions.minSdk.get().toInt()
26
27
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
28
consumerProguardFiles("consumer-rules.pro")
0 commit comments