Skip to content

Commit

Permalink
Fix #3 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-griffin committed Jun 25, 2019
1 parent 12f1eed commit 7bbd549
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ buildscript {
apply plugin: 'com.android.library'

android {
safeExtGet('compileSdkVersion', 23)
safeExtGet('buildToolsVersion', '23.0.1')
compileSdkVersion safeExtGet('compileSdkVersion', 23)
buildToolsVersion safeExtGet('buildToolsVersion', '23.0.1')

defaultConfig {
safeExtGet('minSdkVersion', 16)
safeExtGet('targetSdkVersion', 22)
minSdkVersion safeExtGet('minSdkVersion', 16)
targetSdkVersion safeExtGet('targetSdkVersion', 22)
versionCode 1
versionName "0.2.0"
}
Expand Down

0 comments on commit 7bbd549

Please sign in to comment.