File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ # 0.7.8
2+
3+ ## Bug Fixes
4+ * Android - Fixed an issue where an error occurred during assembleRelease
5+
16# 0.7.7
27
38## Update
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ buildscript {
2424apply plugin : ' com.android.library'
2525
2626android {
27- compileSdkVersion 28
28- buildToolsVersion " 28 .0.3 "
27+ compileSdkVersion 33
28+ buildToolsVersion " 31 .0.0 "
2929
3030 defaultConfig {
31- minSdkVersion 16
32- targetSdkVersion 22
31+ minSdkVersion 15
32+ targetSdkVersion 33
3333 versionCode 1
3434 // get version name from package.json version
3535 versionName computeVersionName()
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-channel-plugin" ,
3- "version" : " 0.7.7 " ,
3+ "version" : " 0.7.8 " ,
44 "description" : " react native module for channel io" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments