Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1f9f9131 authored by alperozturk's avatar alperozturk
Browse files

Upgrade target sdk and update gradle settings

parent df8e9ec9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -8,3 +8,10 @@ android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false

# JVM arguments to optimize heap usage, enable heap dump on out-of-memory errors, and set the file encoding
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
kotlin.daemon.jvmargs=-Xmx4096m
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configureondemand=true
+1 −1
Original line number Diff line number Diff line
#Fri Sep 16 08:12:41 CEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
+2 −2
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ tasks.withType(SpotBugsTask){task ->
}

android {
    compileSdkVersion 33
    compileSdk 34

    buildTypes {
        debug {
@@ -119,7 +119,7 @@ android {

    defaultConfig {
        minSdkVersion 14
        targetSdkVersion 32
        targetSdkVersion 34

        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        testInstrumentationRunnerArgument "TEST_SERVER_URL", "${NC_TEST_SERVER_BASEURL}"
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ repositories {
}

android {
    compileSdkVersion 33
    compileSdk 34

    lintOptions {
        abortOnError false
@@ -28,7 +28,7 @@ android {
    }
    defaultConfig {
        minSdkVersion 14
        targetSdkVersion 33
        targetSdkVersion 34

        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }