Skip to content

Commit

Permalink
Various version upgrades in gradle config
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloercoli committed Apr 23, 2018
1 parent 586af2b commit 5e8fc8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions 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.30'
supportLibVersion = '26.1.0'
kotlinVersion = '1.2.31'
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.18.1'
wordpressUtilsVersion = '1.20.2'
espressoVersion = '3.0.1'
}

Expand All @@ -34,13 +34,13 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process

android {
compileSdkVersion 26
compileSdkVersion 27

buildToolsVersion "26.0.2"

defaultConfig {
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 27

ndk {
abiFilters "armeabi-v7a", "x86"
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.30'
supportLibVersion = '26.1.0'
kotlinVersion = '1.2.31'
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.18.1'
wordpressUtilsVersion = '1.20.2'
espressoVersion = '3.0.1'
}

Expand Down

0 comments on commit 5e8fc8f

Please sign in to comment.