Skip to content

Commit c2737ff

Browse files
feat(upgrade): rn 74 requirement Android minSdk 23
1 parent b7343af commit c2737ff

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

lib/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def safeExtGetFallbackLowerBound(prop, fallback) {
1313
}
1414

1515
def DEFAULT_COMPILE_SDK_VERSION = 33
16-
def DEFAULT_MIN_SDK_VERSION = 21
16+
def DEFAULT_MIN_SDK_VERSION = 23
1717
def DEFAULT_TARGET_SDK_VERSION = 33
1818
def DEFAULT_KOTLIN_VERSION = "1.5.31"
1919
def DEFAULT_KOTLIN_STDLIB = 'kotlin-stdlib-jdk8'
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Thu Jan 04 11:01:32 EET 2018
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

playground/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222

2323
defaultConfig {
2424
applicationId "com.reactnativenavigation.playground"
25-
minSdkVersion 21
25+
minSdkVersion 23
2626
targetSdkVersion rootProject.ext.get("targetSdkVersion")
2727
versionCode 1
2828
versionName "1.0"

playground/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
detoxKotlinVersion = kotlinVersion
88
compileSdkVersion = 34
99
buildToolsVersion = "34.0.0"
10-
minSdkVersion = 21
10+
minSdkVersion = 23
1111
targetSdkVersion = 34
1212
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
1313
ndkVersion = "23.1.7779620"

0 commit comments

Comments
 (0)