Skip to content

Commit

Permalink
Upgrade to android 29 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejchm authored Jul 23, 2019
1 parent e2da542 commit 4513882
Show file tree
Hide file tree
Showing 2 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 @@ -2,7 +2,7 @@ version: 2
defaults: &defaults
working_directory: ~/code
docker:
- image: circleci/android:api-28-alpha
- image: circleci/android:api-29
environment:
JVM_OPTS: -Xmx3200m
jobs:
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ buildscript {

ext {
libraryVersion = "0.4.0"
compileSdk = 28
targetSdk = 28
compileSdk = 29
targetSdk = 29
minSdk = 14
buildTools = "28.0.3"
buildTools = "29.0.0"
okHttpVersion = "4.0.1"
butterKnifeVersion = "10.1.0"
espressoVersion = "3.1.0"
Expand Down

0 comments on commit 4513882

Please sign in to comment.