chore: target api 35 on android tests

This commit is contained in:
Nathan Walker
2025-08-24 10:00:01 -07:00
parent 9cce7578bd
commit efbcebbbea
5 changed files with 7 additions and 7 deletions

View File

@@ -6,11 +6,11 @@
//}
android {
compileSdkVersion 34
buildToolsVersion "34.0.0"
compileSdkVersion 35
buildToolsVersion "35.0.0"
defaultConfig {
minSdkVersion 24
targetSdkVersion 34
targetSdkVersion 35
generatedDensities = []
}
aaptOptions {