Skip to content

Commit

Permalink
partial upgrade of android libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Bridge committed Jan 28, 2019
1 parent 9777084 commit a806026
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.3.0'

}
}
Expand All @@ -28,12 +28,12 @@ allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 28
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 16
targetSdkVersion 22
targetSdkVersion 28
versionCode 1
versionName "1.0"
ndk {
Expand All @@ -46,8 +46,11 @@ android {
}

dependencies {
compile 'com.facebook.react:react-native:0.20.+'
//implementation 'com.facebook.react:react-native:0.20.+'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.facebook.react:react-native:0.58.+'
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.google.firebase:firebase-messaging:17.1.0'
implementation 'com.pusher:push-notifications-android:1.0.2'
implementation 'com.pusher:push-notifications-android:1.1.0'
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pusher-push-notifications",
"version": "2.1.0",
"version": "2.2.0",
"description": "Manage pusher channel subscriptions from within React Native JS",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"author": "b8ne",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.29.0"
"react-native": "^0.58.1"
},
"bugs": {
"url": "https://github.com/b8ne/react-native-pusher-push-notifications/issues"
Expand Down

0 comments on commit a806026

Please sign in to comment.