More platforms' support, upgraded gradle kotlin deps

This commit is contained in:
Phani Pavan Kambhampati
2022-05-31 10:30:57 +05:30
parent 52b34c3b05
commit 7a7291f9f6
84 changed files with 3299 additions and 368 deletions

View File

@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 30
compileSdkVersion 32
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
@@ -36,7 +36,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.walle.modal_progress_hud_nsn_example"
minSdkVersion 16
targetSdkVersion 30
targetSdkVersion 32
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
@@ -56,4 +56,4 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
}