Update build.gradle

This commit is contained in:
Moritz Weber 2022-11-30 21:41:45 +01:00 committed by GitHub
parent 8fc0a3600d
commit f7d40a29c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android { android {
compileSdkVersion 31 compileSdkVersion 31
ndkVersion "21.3.6528147" ndkVersion flutter.ndkVersion
sourceSets { sourceSets {
main.java.srcDirs += 'src/main/kotlin' main.java.srcDirs += 'src/main/kotlin'