Skip to content

Commit 130ad6d

Browse files
committed
Change :views module to point to mdkSdk 36
1 parent b5af323 commit 130ad6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ plugins {
1919

2020
android {
2121
namespace = "com.example.example.snippet.views"
22-
compileSdk = 35
22+
compileSdk = libs.versions.compileSdk.get().toInt()
2323

2424
defaultConfig {
25-
minSdk = 35
25+
minSdk = libs.versions.minSdk.get().toInt()
2626

2727
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2828
consumerProguardFiles("consumer-rules.pro")

0 commit comments

Comments
 (0)