Skip to content

Commit

Permalink
target android 29
Browse files Browse the repository at this point in the history
  • Loading branch information
mateo-kozomara committed Oct 22, 2020
1 parent f47313c commit 3c65141
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

android.useAndroidX=true
6 changes: 3 additions & 3 deletions android/lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
compileSdkVersion 29
buildToolsVersion '29.0.3'

defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 29

}
buildTypes {
Expand Down

0 comments on commit 3c65141

Please sign in to comment.