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 130ad6d commit f9ea654Copy full SHA for f9ea654
gradle/libs.versions.toml
@@ -64,7 +64,7 @@ okHttp = "5.1.0"
64
playServicesWearable = "19.0.0"
65
protolayout = "1.3.0"
66
recyclerview = "1.4.0"
67
-targetSdk = "35"
+targetSdk = "36"
68
tiles = "1.5.0"
69
tracing = "1.3.0"
70
validatorPush = "1.0.0-alpha08"
xr/build.gradle.kts
@@ -6,12 +6,12 @@ plugins {
6
7
android {
8
namespace = "com.example.xr"
9
- compileSdk = 35
+ compileSdk = libs.versions.compileSdk.get().toInt()
10
11
defaultConfig {
12
applicationId = "com.example.xr"
13
minSdk = 34
14
- targetSdk = 35
+ targetSdk = libs.versions.targetSdk.get().toInt()
15
versionCode = 1
16
versionName = "1.0"
17
}
0 commit comments