Skip to content

Commit

Permalink
Merge pull request #28 from chabokpush/dev
Browse files Browse the repository at this point in the history
Update compileSdkVersion to 26 (dev to master)
  • Loading branch information
Behrad Zari authored Nov 6, 2018
2 parents ab9a1f9 + 0094773 commit fa3bd57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 25
compileSdkVersion 26
buildToolsVersion "26.0.2"

defaultConfig {
minSdkVersion 16
targetSdkVersion 23
targetSdkVersion 26
versionCode 1
versionName "1.0"

Expand All @@ -48,7 +48,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile "com.facebook.react:react-native:+" // From node_modules
compile 'com.android.support:appcompat-v7:26.+'
compile 'com.android.support:appcompat-v7:26.0.2'
testCompile 'junit:junit:4.12'
compile 'com.google.android.gms:play-services-gcm:10.2.6'

Expand Down
3 changes: 3 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## History

### v1.0.2 (6/11/2018)
- Update android bridge compileSdkVersion to 26

### v1.0.1 (3/11/2018)
- Add `publishEvent` method.
- Add `onEvent` listener to receive `eventMessage`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-chabok",
"version": "1.0.1",
"version": "1.0.2",
"description": "React native wrapper for Chabok SDK",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit fa3bd57

Please sign in to comment.