Skip to content

Commit

Permalink
fixed android versions
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-j committed Dec 25, 2018
1 parent 850539a commit d1ae16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
@@ -1,6 +1,6 @@
android {
buildToolsVersion "28.0.3"
compileSdkVersion 27
buildToolsVersion project.androidToolsVersion
compileSdkVersion project.androidSDKVersion.toInteger()
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
Expand Down

0 comments on commit d1ae16e

Please sign in to comment.