Skip to content

Commit 51b5b7b

Browse files
committed
Target Android SDK 36
1 parent ee9af9a commit 51b5b7b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ ios/Runner.ipa
6464
#android/app/.cxx/
6565

6666
ios/build/ios/XCBuildData/
67+
android/app/local.properties

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ android {
115115
applicationId "com.keevault.keevault"
116116
applicationIdSuffix idSuffix
117117
minSdkVersion 29
118-
targetSdk 35
118+
targetSdk 36
119119
versionCode flutterVersionCode.toInteger()
120120
versionName flutterVersionName
121121
resValue "string", "app_name", "Kee Vault" + nameSuffix

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ packages:
365365
description:
366366
path: "."
367367
ref: api36
368-
resolved-ref: "55538f1870abbef1f67f4617a1e4670ee9df13f6"
368+
resolved-ref: f2026df9616618ebffe86cca704a82ba452e0491
369369
url: "https://github.com/kee-org/flutter_autofill_service.git"
370370
source: git
371371
version: "0.21.0"

0 commit comments

Comments
 (0)