bump target sdk in modules
This commit is contained in:
@@ -51,7 +51,7 @@ afterEvaluate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion safeExtGet("compileSdkVersion", 33)
|
compileSdkVersion safeExtGet("compileSdkVersion", 35)
|
||||||
|
|
||||||
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
|
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
|
||||||
if (agpVersion.tokenize('.')[0].toInteger() < 8) {
|
if (agpVersion.tokenize('.')[0].toInteger() < 8) {
|
||||||
@@ -68,7 +68,7 @@ android {
|
|||||||
namespace "expo.modules.backgroundnotificationhandler"
|
namespace "expo.modules.backgroundnotificationhandler"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion safeExtGet("minSdkVersion", 21)
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
||||||
targetSdkVersion safeExtGet("targetSdkVersion", 34)
|
targetSdkVersion safeExtGet("targetSdkVersion", 35)
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "0.5.0"
|
versionName "0.5.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ afterEvaluate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion safeExtGet("compileSdkVersion", 33)
|
compileSdkVersion safeExtGet("compileSdkVersion", 35)
|
||||||
|
|
||||||
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
|
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
|
||||||
if (agpVersion.tokenize('.')[0].toInteger() < 8) {
|
if (agpVersion.tokenize('.')[0].toInteger() < 8) {
|
||||||
@@ -68,7 +68,7 @@ android {
|
|||||||
namespace "expo.modules.blueskygifview"
|
namespace "expo.modules.blueskygifview"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion safeExtGet("minSdkVersion", 21)
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
||||||
targetSdkVersion safeExtGet("targetSdkVersion", 34)
|
targetSdkVersion safeExtGet("targetSdkVersion", 35)
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "0.5.0"
|
versionName "0.5.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ afterEvaluate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion safeExtGet("compileSdkVersion", 33)
|
compileSdkVersion safeExtGet("compileSdkVersion", 35)
|
||||||
|
|
||||||
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
|
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
|
||||||
if (agpVersion.tokenize('.')[0].toInteger() < 8) {
|
if (agpVersion.tokenize('.')[0].toInteger() < 8) {
|
||||||
@@ -68,7 +68,7 @@ android {
|
|||||||
namespace "xyz.blueskyweb.app.exporeceiveandroidintents"
|
namespace "xyz.blueskyweb.app.exporeceiveandroidintents"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion safeExtGet("minSdkVersion", 21)
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
||||||
targetSdkVersion safeExtGet("targetSdkVersion", 34)
|
targetSdkVersion safeExtGet("targetSdkVersion", 35)
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "0.4.1"
|
versionName "0.4.1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user