Skip to content

Commit

Permalink
Update android gradle for androidx support
Browse files Browse the repository at this point in the history
  • Loading branch information
udaisshekhawat committed Jun 22, 2020
1 parent 32f259f commit 95f929b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
compileSdkVersion 29
buildToolsVersion "29.0.2"

defaultConfig {
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 29
versionCode 1
versionName "1.0"
ndk {
Expand All @@ -21,6 +21,6 @@ android {
dependencies {
compile 'com.facebook.react:react-native:+'
compile 'com.google.android.gms:play-services-wallet:11.4.2'
compile 'com.android.support:support-v4:24.1.1'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'androidx.legacy:legacy-support-v4:1.0.0'
compile 'androidx.appcompat:appcompat:1.1.0'
}

0 comments on commit 95f929b

Please sign in to comment.