File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
<style name =" AppTheme" parent =" Theme.AppCompat.Light.NoActionBar" >
5
5
<item name =" android:textColor" >#000000</item >
6
6
<item name =" colorPrimaryDark" >#000000</item >
7
- <item name =" android:statusBarColor" >@color/white_background </item >
7
+ <item name =" android:statusBarColor" >@color/white </item >
8
8
<item name =" android:windowTranslucentStatus" >true</item >
9
9
<item name =" android:forceDarkAllowed" >false</item >
10
10
<item name =" android:editTextBackground" >@drawable/rn_edit_text_material</item >
22
22
<style name =" BootTheme" parent =" Theme.AppCompat.Light.NoActionBar" >
23
23
<item name =" android:background" >@drawable/bootsplash</item >
24
24
<item name =" android:navigationBarColor" >@color/bootsplash_background</item >
25
- <item name =" android:statusBarColor" >@color/transparent_background </item >
25
+ <item name =" android:statusBarColor" >@android: color/transparent </item >
26
26
<item name =" android:windowTranslucentStatus" >true</item >
27
27
<item name =" android:forceDarkAllowed" >false</item >
28
28
</style >
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ buildscript {
11
11
targetSdkVersion = 33
12
12
firebaseIidVersion = " 21.1.0" // Needed for react-native-device-info
13
13
googlePlayServicesAuthVersion = " 16.0.1"
14
- kotlinVersion = " 1.5.31 "
14
+ kotlinVersion = " 1.8.0 "
15
15
if (System . properties[' os.arch' ] == " aarch64" ) {
16
16
// For M1 Users we need to use the NDK 24 which added support for aarch64
17
17
ndkVersion = " 24.0.8215888"
18
18
} else {
19
19
// Otherwise we default to the side-by-side NDK version from AGP.
20
- ndkVersion = " 21.4.7075529 "
20
+ ndkVersion = " 23.1.7779620 "
21
21
}
22
22
}
23
23
repositories {
@@ -30,7 +30,7 @@ buildscript {
30
30
classpath(" com.facebook.react:react-native-gradle-plugin" )
31
31
classpath(" de.undercouch:gradle-download-task:5.0.1" )
32
32
classpath(' com.google.gms:google-services:4.3.8' )
33
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31 "
33
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 "
34
34
// NOTE: Do not place your application dependencies here; they belong
35
35
// in the individual module build.gradle files
36
36
}
You can’t perform that action at this time.
0 commit comments