Skip to content

Commit

Permalink
Merge pull request #184 from osociety/upload-to-store
Browse files Browse the repository at this point in the history
Add compileSdk inside defaultConfig
  • Loading branch information
git-elliot authored Aug 20, 2024
2 parents a31516b + 1facfce commit 7679d94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdk 34

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -38,6 +37,7 @@ android {
defaultConfig {
applicationId "org.fsociety.vernet"
minSdkVersion 24
compileSdk 34
targetSdkVersion 35
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
5 changes: 2 additions & 3 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ android.nonFinalResIds=false
android.nonTransitiveRClass=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g

#org.gradle.configuration-cache=true
#org.gradle.configuration-cache.problems=warn
# org.gradle.configuration-cache=true
# org.gradle.configuration-cache.problems=warn

0 comments on commit 7679d94

Please sign in to comment.