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
+
1
6
# 0.7.7
2
7
3
8
## Update
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ buildscript {
24
24
apply plugin : ' com.android.library'
25
25
26
26
android {
27
- compileSdkVersion 28
28
- buildToolsVersion " 28 .0.3 "
27
+ compileSdkVersion 33
28
+ buildToolsVersion " 31 .0.0 "
29
29
30
30
defaultConfig {
31
- minSdkVersion 16
32
- targetSdkVersion 22
31
+ minSdkVersion 15
32
+ targetSdkVersion 33
33
33
versionCode 1
34
34
// get version name from package.json version
35
35
versionName computeVersionName()
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-channel-plugin" ,
3
- "version" : " 0.7.7 " ,
3
+ "version" : " 0.7.8 " ,
4
4
"description" : " react native module for channel io" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments