File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1+ # 0.11.12
2+
3+ ## Update
4+ * Android - Support Gradle 8.0 and above
5+
16# 0.11.11
27
38## Update
Original file line number Diff line number Diff line change @@ -9,30 +9,29 @@ def computeVersionName() {
99
1010buildscript {
1111 repositories {
12- jcenter()
13- maven {
14- url ' https://maven.google.com/'
15- name ' Google'
16- }
12+ google()
13+ mavenCentral()
1714 }
1815
1916 dependencies {
20- classpath ' com.android.tools.build:gradle:3.2.0 '
17+ classpath ' com.android.tools.build:gradle:7.4.2 '
2118 }
2219}
2320
2421apply plugin : ' com.android.library'
2522
2623android {
24+ namespace ' com.zoyi.channel.rn'
25+ compileSdk 34
26+
2727 defaultConfig {
28- compileSdk 34
2928 minSdkVersion 23
3029 targetSdkVersion 34
3130 versionCode 1
3231 // get version name from package.json version
3332 versionName computeVersionName()
3433 }
35- lintOptions {
34+ lint {
3635 abortOnError false
3736 }
3837 packagingOptions {
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-channel-plugin" ,
3- "version" : " 0.11.11 " ,
3+ "version" : " 0.11.12 " ,
44 "description" : " react native module for channel io" ,
55 "main" : " index.ts" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments