chore: bump compileSdkVersion to 36 to prevent warnings during build (#2528)
cyan committed
Sep 22, 2025 at 01:11 UTC
8452f80e9973feb462da0fd403eb9994e4321369
1 file changed
+1
-1
android/app/build.gradle
+1
-1
@@ -35,7 +35,7 @@ if (appPropertiesFile.exists()) {
35
}
36
37
android {
38
- compileSdkVersion 35
38
+ compileSdkVersion 36
39
buildToolsVersion "35.0.0"
40
41
packagingOptions {