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"
}
@@ -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.blueskygifview"
defaultConfig {
minSdkVersion safeExtGet("minSdkVersion", 21)
targetSdkVersion safeExtGet("targetSdkVersion", 34)
targetSdkVersion safeExtGet("targetSdkVersion", 35)
versionCode 1
versionName "0.5.0"
}
@@ -23,10 +23,10 @@ if (useManagedAndroidSdkVersions) {
}
}
project.android {
compileSdkVersion safeExtGet("compileSdkVersion", 34)
compileSdkVersion safeExtGet("compileSdkVersion", 35)
defaultConfig {
minSdkVersion safeExtGet("minSdkVersion", 21)
targetSdkVersion safeExtGet("targetSdkVersion", 34)
targetSdkVersion safeExtGet("targetSdkVersion", 35)
}
}
}
@@ -23,10 +23,10 @@ if (useManagedAndroidSdkVersions) {
}
}
project.android {
compileSdkVersion safeExtGet("compileSdkVersion", 34)
compileSdkVersion safeExtGet("compileSdkVersion", 35)
defaultConfig {
minSdkVersion safeExtGet("minSdkVersion", 21)
targetSdkVersion safeExtGet("targetSdkVersion", 34)
targetSdkVersion safeExtGet("targetSdkVersion", 35)
}
}
}
@@ -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 "xyz.blueskyweb.app.exporeceiveandroidintents"
defaultConfig {
minSdkVersion safeExtGet("minSdkVersion", 21)
targetSdkVersion safeExtGet("targetSdkVersion", 34)
targetSdkVersion safeExtGet("targetSdkVersion", 35)
versionCode 1
versionName "0.4.1"
}