We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ea2e5 commit 63ffcb7Copy full SHA for 63ffcb7
1 file changed
android/app/build.gradle
@@ -30,7 +30,7 @@ if (keystorePropertiesFile.exists()) {
30
31
android {
32
namespace "com.bibleside.bibleside"
33
- compileSdkVersion 35
+ compileSdkVersion 36
34
ndkVersion '28.0.12433566 rc1'
35
36
compileOptions {
@@ -51,7 +51,7 @@ android {
51
// You can update the following values to match your application needs.
52
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
53
minSdkVersion 24
54
- targetSdkVersion 35
+ targetSdkVersion 36
55
versionCode flutterVersionCode.toInteger()
56
versionName flutterVersionName
57
}
0 commit comments