File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- // Buildscript is evaluated before everything else so we can't use getExtOrDefault
3
2
ext {
4
3
kotlinVersion = ' 1.9.24'
5
- ndkVersion = " 26.1.10909125"
6
4
}
5
+
7
6
repositories {
8
7
google()
9
8
mavenCentral()
10
9
}
11
10
12
11
dependencies {
13
12
classpath " com.android.tools.build:gradle"
14
- // noinspection DifferentKotlinGradleVersion
15
- classpath(" com.facebook.react:react-native-gradle-plugin" )
16
- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin" )
13
+ classpath " com.facebook.react:react-native-gradle-plugin"
14
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin"
17
15
}
18
16
}
19
17
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.xmartlabs.rnline" >
3
- </manifest >
2
+ package =" com.xmartlabs.rnline" ></manifest >
You can’t perform that action at this time.
0 commit comments