mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	rn754
This commit is contained in:
		| @@ -2,15 +2,14 @@ | ||||
|  | ||||
| buildscript { | ||||
|     ext { | ||||
|         buildToolsVersion = "33.0.0" | ||||
|         buildToolsVersion = "34.0.0" | ||||
|         minSdkVersion = 23 | ||||
|         compileSdkVersion = 33 | ||||
|         targetSdkVersion = 33 | ||||
|         compileSdkVersion = 34 | ||||
|         targetSdkVersion = 34 | ||||
|         ndkVersion = "26.1.10909125" | ||||
|         kotlinVersion = "1.9.24" | ||||
|  | ||||
|         // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP. | ||||
|         ndkVersion = "23.1.7779620" | ||||
|  | ||||
|         kotlin_version = '1.7.20' | ||||
|         kotlin_version = '1.9.24' | ||||
|     } | ||||
|     repositories { | ||||
|         google() | ||||
| @@ -19,6 +18,6 @@ buildscript { | ||||
|     dependencies { | ||||
|         classpath("com.android.tools.build:gradle") | ||||
|         classpath("com.facebook.react:react-native-gradle-plugin") | ||||
|         classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version") | ||||
|         classpath("org.jetbrains.kotlin:kotlin-gradle-plugin") | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sunnylqm
					sunnylqm