Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android:
- extra-google-m2repository
- platform-tools
- tools
- build-tools-27.0.3
- build-tools-28.0.3
- android-27

env:
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
buildToolsVersion '28.0.3'

defaultConfig {
applicationId "org.wordpress.aztec"
Expand Down
2 changes: 1 addition & 1 deletion aztec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 16
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
gradlePluginVersion = '3.1.3'
gradlePluginVersion = '3.3.1'
kotlinVersion = '1.3.11'
kotlinCoroutinesVersion = '1.1.0'
supportLibVersion = '27.1.1'
Expand Down
2 changes: 1 addition & 1 deletion glide-loader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 16
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
before_install:
- yes | $ANDROID_HOME/tools/bin/sdkmanager "platforms;android-27"
- yes | $ANDROID_HOME/tools/bin/sdkmanager "build-tools;27.0.3"
- yes | $ANDROID_HOME/tools/bin/sdkmanager "build-tools;28.0.3"
2 changes: 1 addition & 1 deletion picasso-loader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 16
Expand Down
2 changes: 1 addition & 1 deletion wordpress-comments/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 16
Expand Down
2 changes: 1 addition & 1 deletion wordpress-shortcodes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
buildToolsVersion '28.0.3'

defaultConfig {
minSdkVersion 16
Expand Down