File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ apply plugin: 'com.android.library'
2525apply plugin : ' kotlin-android'
2626
2727android {
28- compileSdkVersion 31
28+ compileSdkVersion 32
2929
3030 sourceSets {
3131 main. java. srcDirs + = ' src/main/kotlin'
3232 }
3333 defaultConfig {
3434 // minSdkVersion is determined by Native View.
3535 minSdkVersion 20
36- targetSdkVersion 31
36+ targetSdkVersion 32
3737 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3838 multiDexEnabled true
3939 }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
2727
2828android {
29- compileSdkVersion 31
29+ compileSdkVersion 32
3030
3131 sourceSets {
3232 main. java. srcDirs + = ' src/main/kotlin'
@@ -36,7 +36,7 @@ android {
3636 applicationId " net.touchcapture.qr.flutterqrexample"
3737 // minSdkVersion is determined by Native View.
3838 minSdkVersion 20
39- targetSdkVersion 31
39+ targetSdkVersion 32
4040 versionCode flutterVersionCode. toInteger()
4141 versionName flutterVersionName
4242 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 1- # Tue Nov 16 20:02:48 CET 2021
1+ # Mon May 30 23:19:26 CEST 2022
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments