Skip to content

Commit dc0afca

Browse files
authored
Merge pull request #96 from channel-io/develop
0.7.8
2 parents 893f4ee + 6f63191 commit dc0afca

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ buildscript {
2424
apply plugin: 'com.android.library'
2525

2626
android {
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()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)