Skip to content

Commit

Permalink
Upgraded Android to 28* (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomasroos committed Dec 10, 2018
1 parent 14b41f6 commit 336283b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ allprojects {
}

android {
compileSdkVersion safeExtGet('compileSdkVersion', 25)
buildToolsVersion safeExtGet('buildToolsVersion', '25.0.0')
compileSdkVersion safeExtGet('compileSdkVersion', 28)
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')

defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 16)
Expand All @@ -43,7 +43,7 @@ android {
}

dependencies {
implementation 'com.android.support:appcompat-v7:25.0.1'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.google.android.gms:play-services-ads:+'
implementation 'com.facebook.react:react-native:+'
}

0 comments on commit 336283b

Please sign in to comment.