@@ -12,9 +12,9 @@ def safeExtGetFallbackLowerBound(prop, fallback) {
12
12
Math . max(safeExtGet(prop,fallback),fallback)
13
13
}
14
14
15
- def DEFAULT_COMPILE_SDK_VERSION = 34
15
+ def DEFAULT_COMPILE_SDK_VERSION = 33
16
16
def DEFAULT_MIN_SDK_VERSION = 21
17
- def DEFAULT_TARGET_SDK_VERSION = 34
17
+ def DEFAULT_TARGET_SDK_VERSION = 33
18
18
def DEFAULT_KOTLIN_VERSION = " 1.5.31"
19
19
def DEFAULT_KOTLIN_STDLIB = ' kotlin-stdlib-jdk8'
20
20
def kotlinVersion = safeExtGet(" RNNKotlinVersion" , DEFAULT_KOTLIN_VERSION )
@@ -62,8 +62,8 @@ android {
62
62
}
63
63
}
64
64
compileOptions {
65
- sourceCompatibility JavaVersion . VERSION_17
66
- targetCompatibility JavaVersion . VERSION_17
65
+ sourceCompatibility JavaVersion . VERSION_1_8
66
+ targetCompatibility JavaVersion . VERSION_1_8
67
67
}
68
68
kotlinOptions {
69
69
jvmTarget = JavaVersion . VERSION_17
@@ -172,14 +172,14 @@ List reactNativeVersionComponents(rnPackageJsonFile) {
172
172
173
173
dependencies {
174
174
175
- implementation " androidx.core:core-ktx:1.6.1 "
175
+ implementation " androidx.core:core-ktx:1.6.0 "
176
176
implementation " org.jetbrains.kotlin:$kotlinStdlib :$kotlinVersion "
177
177
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesCore "
178
- implementation " androidx.constraintlayout:constraintlayout:2.1 .4"
178
+ implementation " androidx.constraintlayout:constraintlayout:2.0 .4"
179
179
180
- implementation ' androidx.appcompat:appcompat:1.6 .1'
181
- implementation ' androidx.annotation:annotation:1.7.1 '
182
- implementation ' com.google.android.material:material:1.11.0 '
180
+ implementation ' androidx.appcompat:appcompat:1.3 .1'
181
+ implementation ' androidx.annotation:annotation:1.2.0 '
182
+ implementation ' com.google.android.material:material:1.2.0-alpha03 '
183
183
184
184
implementation ' com.github.wix-playground:ahbottomnavigation:3.3.0'
185
185
// implementation project(':AHBottomNavigation')
0 commit comments