Skip to content

Commit bc570ee

Browse files
committed
wip
1 parent e8989e5 commit bc570ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ kotlin {
8282
}
8383

8484
android {
85-
compileSdk 34
85+
compileSdk 35
8686

8787
compileOptions {
8888
sourceCompatibility = 17
@@ -115,7 +115,7 @@ android {
115115
applicationId "com.keevault.keevault"
116116
applicationIdSuffix idSuffix
117117
minSdkVersion 29
118-
targetSdk 34
118+
targetSdk 35
119119
versionCode flutterVersionCode.toInteger()
120120
versionName flutterVersionName
121121
resValue "string", "app_name", "Kee Vault" + nameSuffix

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919

2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version '8.5.1' apply false
22+
id "com.android.application" version '8.8.0' apply false
2323
id "org.jetbrains.kotlin.android" version "1.9.25" apply false
2424
}
2525

0 commit comments

Comments
 (0)