bump target sdk in modules

This commit is contained in:
Hailey
2025-08-06 12:01:59 -07:00
parent fd37d92f85
commit 3b8ed3329e
5 changed files with 10 additions and 10 deletions
@@ -51,7 +51,7 @@ afterEvaluate {
}
android {
compileSdkVersion safeExtGet("compileSdkVersion", 33)
compileSdkVersion safeExtGet("compileSdkVersion", 35)
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
if (agpVersion.tokenize('.')[0].toInteger() < 8) {
@@ -68,7 +68,7 @@ android {
namespace "expo.modules.backgroundnotificationhandler"
defaultConfig {
minSdkVersion safeExtGet("minSdkVersion", 21)
targetSdkVersion safeExtGet("targetSdkVersion", 34)
targetSdkVersion safeExtGet("targetSdkVersion", 35)
versionCode 1
versionName "0.5.0"
}