Browse Source

build issue aapt error

flutter-beta
TheJuliuscanute 7 years ago
parent
commit
eddfa86d5f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example/android/app/build.gradle

+ 1
- 1
example/android/app/build.gradle View File

@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 27
compileSdkVersion 28

sourceSets {
main.java.srcDirs += 'src/main/kotlin'


Loading…
Cancel
Save