fix: only bump target sdk to 35

This commit is contained in:
Prateek Sunal
2025-08-13 13:13:37 +05:30
committed by GitHub
parent de44b1813e
commit f95410a5b1

View File

@@ -56,7 +56,7 @@ android {
defaultConfig {
applicationId = "io.ente.photos"
minSdk = 26
targetSdk = 36
targetSdk = 35
versionCode = flutter.versionCode
versionName = flutter.versionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -153,4 +153,4 @@ dependencies {
because("Align work-runtime-ktx versions")
}
}
}
}