Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #65 from maksymdeminbbc/chore/updateAndroidSDK31
Browse files Browse the repository at this point in the history
chore: update android to sdk 31
  • Loading branch information
rdanishk authored Oct 27, 2022
2 parents dfd779c + f21fb37 commit 7b61f23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,44 @@ apply plugin: 'com.android.library'

buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:4.2.0'
}
}

repositories {
mavenCentral()
maven { url "https://repo.leanplum.com/" }
maven { url "$rootDir/node_modules/react-native/android" }
maven { url "$rootDir/node_modules/jsc-android/dist" }
maven { url 'https://jitpack.io' }
}

android {
compileSdkVersion 28
buildToolsVersion '28.0.1'
compileSdkVersion 31
buildToolsVersion '31.0.0'

defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 31
versionCode 1
versionName "1.0"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86' ,'x86_64'
}
}
lintOptions {
warning 'InvalidPackage'
warning 'InvalidPackage'
}
}

dependencies {
compile "com.facebook.react:react-native:+"
compile 'com.leanplum:leanplum-fcm:5.2.3'
compile 'com.google.firebase:firebase-messaging:17.5.0'

compile 'com.leanplum:leanplum-location:5.2.3'
compile "com.google.android.gms:play-services-location:17.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/react-native-leanplum",
"version": "5.0.1",
"version": "6.0.0",
"author": "Branding Brand LLC",
"bugs": {
"url": "https://github.com/brandingbrand/react-native-leanplum/issues"
Expand Down

0 comments on commit 7b61f23

Please sign in to comment.