Skip to content

Commit 4794e46

Browse files
committed
Increased android compile SDK to 35
1 parent fbb34c7 commit 4794e46

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

example/android/app/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdk 33
29+
compileSdk 35
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 33
39+
targetSdkVersion 35
4040
versionCode flutterVersionCode.toInteger()
4141
versionName flutterVersionName
4242
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -57,7 +57,4 @@ flutter {
5757

5858
dependencies {
5959
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'
6360
}

0 commit comments

Comments
 (0)