We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd976c commit 4439134Copy full SHA for 4439134
android/app/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
android {
8
namespace = "com.lifegpc.ehf"
9
- compileSdk = 35
+ compileSdk = 36
10
ndkVersion = flutter.ndkVersion
11
12
compileOptions {
@@ -30,7 +30,7 @@ android {
30
defaultConfig {
31
applicationId = "com.lifegpc.ehf"
32
minSdk = flutter.minSdkVersion
33
- targetSdk = 34
+ targetSdk = 36
34
versionCode = flutter.versionCode
35
versionName = flutter.versionName
36
}
0 commit comments