File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
27
28
28
android {
29
- compileSdk 33
29
+ compileSdk 35
30
30
31
31
sourceSets {
32
32
main. java. srcDirs + = ' src/main/kotlin'
@@ -36,7 +36,7 @@ android {
36
36
applicationId " net.touchcapture.qr.flutterqrexample"
37
37
// minSdkVersion is determined by Native View.
38
38
minSdkVersion 20
39
- targetSdkVersion 33
39
+ targetSdkVersion 35
40
40
versionCode flutterVersionCode. toInteger()
41
41
versionName flutterVersionName
42
42
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -57,7 +57,4 @@ flutter {
57
57
58
58
dependencies {
59
59
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
60
- testImplementation ' junit:junit:4.13.2'
61
- androidTestImplementation ' com.android.support.test:runner:1.0.2'
62
- androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
63
60
}
You can’t perform that action at this time.
0 commit comments