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

Commit 249cfb40 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

fix: try to remove base plugin & archiveBaseName change

parent df7545e4
Loading
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -10,12 +10,6 @@ plugins {
    id 'kotlin-android'
    id 'kotlin-kapt'     // remove as soon as Hilt supports KSP [https://issuetracker.google.com/179057202]
    id 'kotlin-parcelize'
    id 'base'
}


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

// Android configuration
@@ -31,7 +25,6 @@ android {
        versionName '4.3.9'



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