Skip to content

Commit 63ffcb7

Browse files
Update android target and compile sdk version
1 parent 77ea2e5 commit 63ffcb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (keystorePropertiesFile.exists()) {
3030

3131
android {
3232
namespace "com.bibleside.bibleside"
33-
compileSdkVersion 35
33+
compileSdkVersion 36
3434
ndkVersion '28.0.12433566 rc1'
3535

3636
compileOptions {
@@ -51,7 +51,7 @@ android {
5151
// You can update the following values to match your application needs.
5252
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
5353
minSdkVersion 24
54-
targetSdkVersion 35
54+
targetSdkVersion 36
5555
versionCode flutterVersionCode.toInteger()
5656
versionName flutterVersionName
5757
}

0 commit comments

Comments
 (0)