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

Commit 0d988f13 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

try to fix gradle build deprecation

parent 60fe6c50
Loading
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -10,21 +10,31 @@ plugins {
    id 'kotlin-android'
    id 'kotlin-kapt'     // remove as soon as Hilt supports KSP [https://issuetracker.google.com/179057202]
    id 'kotlin-parcelize'
    id 'base'
}




// Android configuration
android {
    compileSdk 34



    defaultConfig {
        applicationId "foundation.e.accountmanager"

        versionCode 403090002
        versionName '4.3.9'

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

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

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

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