Skip to content

Commit

Permalink
Merge pull request #14 from thegrizzlylabs/android_p
Browse files Browse the repository at this point in the history
Upgrade to Android P
  • Loading branch information
guillaume-tgl authored Oct 5, 2018
2 parents 05abbc4 + 25c580a commit 05c27f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-27-alpha
- image: circleci/android:api-28-alpha
environment:
JVM_OPTS: -Xmx3200m
steps:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'

android {
compileSdkVersion 27
compileSdkVersion 28

defaultConfig {
minSdkVersion 15
Expand All @@ -31,7 +31,7 @@ android {
dependencies {
api 'com.squareup.okhttp3:okhttp:3.11.0'

implementation 'com.android.support:support-annotations:27.0.2'
implementation 'com.android.support:support-annotations:28.0.0'
implementation ('org.simpleframework:simple-xml:2.7.1') {
exclude module: 'stax'
exclude module: 'stax-api'
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.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 comments on commit 05c27f6

Please sign in to comment.