Skip to content

Commit

Permalink
Merge pull request #49 from wordpress-mobile/update-build-tools-27-an…
Browse files Browse the repository at this point in the history
…d-libs

Update build tools to 27.0.3 and other library
  • Loading branch information
SergioEstevao committed Aug 23, 2018
2 parents 3c3524e + a325425 commit 79388a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ buildscript {
gradlePluginVersion = '3.0.1'
kotlinVersion = '1.2.31'
supportLibVersion = '27.1.1'
tagSoupVersion = '1.2.1'
tagSoupVersion = '1.2.2'
glideVersion = '3.7.0'
picassoVersion = '2.5.2'
robolectricVersion = '3.5.1'
jUnitVersion = '4.12'
jSoupVersion = '1.10.3'
wordpressUtilsVersion = '1.20.2'
wordpressUtilsVersion = '1.22'
espressoVersion = '3.0.1'
}

Expand All @@ -19,7 +19,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.4'
}
}

Expand All @@ -36,7 +36,7 @@ List<String> dirs = [
android {
compileSdkVersion 27

buildToolsVersion "26.0.2"
buildToolsVersion "27.0.3"

defaultConfig {
minSdkVersion 16
Expand Down
8 changes: 4 additions & 4 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process

android {
compileSdkVersion 26
compileSdkVersion 27

buildToolsVersion "26.0.2"
buildToolsVersion "27.0.3"

defaultConfig {
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 27

ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down Expand Up @@ -127,7 +127,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'com.android.tools.build:gradle:3.1.4'
}
}

Expand Down
6 changes: 3 additions & 3 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
buildscript {
ext {
gradlePluginVersion = '3.0.1'
kotlinVersion = '1.2.31'
kotlinVersion = '1.2.61'
supportLibVersion = '27.1.1'
tagSoupVersion = '1.2.1'
glideVersion = '3.7.0'
picassoVersion = '2.5.2'
robolectricVersion = '3.5.1'
jUnitVersion = '4.12'
jSoupVersion = '1.10.3'
wordpressUtilsVersion = '1.20.2'
wordpressUtilsVersion = '1.22'
espressoVersion = '3.0.1'
}

Expand All @@ -19,7 +19,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'com.android.tools.build:gradle:3.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}

Expand Down

0 comments on commit 79388a6

Please sign in to comment.