also bottomsheet

This commit is contained in:
Hailey
2025-08-06 12:04:11 -07:00
parent 3b8ed3329e
commit 4324b170c8
+2 -2
View File
@@ -23,10 +23,10 @@ if (useManagedAndroidSdkVersions) {
} }
} }
project.android { project.android {
compileSdkVersion safeExtGet("compileSdkVersion", 34) compileSdkVersion safeExtGet("compileSdkVersion", 35)
defaultConfig { defaultConfig {
minSdkVersion safeExtGet("minSdkVersion", 21) minSdkVersion safeExtGet("minSdkVersion", 21)
targetSdkVersion safeExtGet("targetSdkVersion", 34) targetSdkVersion safeExtGet("targetSdkVersion", 35)
} }
} }
} }