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

Commit df7545e4 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

fix: move base section in app/build.gradle

parent 30cc6d17
Loading
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -14,7 +14,9 @@ plugins {
}



base {
    archivesName = "davx5-ose-4.3.9"
}

// Android configuration
android {
@@ -28,13 +30,10 @@ android {
        versionCode 403090002
        versionName '4.3.9'

        base {
            archivesName = "davx5-ose-" + getVersionName()
        }


        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

        //setProperty "archivesBaseName", "davx5-ose-" + getVersionName()

        minSdkVersion 24        // Android 7.0
        targetSdkVersion 33     // Android 13