Skip to content

Commit

Permalink
Update sdk versions. Fixes #146
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgarcia committed Sep 17, 2018
1 parent 754008c commit e5b5048
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
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
compileSdkVersion 27
buildToolsVersion "27.0.3"

defaultConfig {
minSdkVersion 16
targetSdkVersion 23
targetSdkVersion 27
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit e5b5048

Please sign in to comment.