Loading app/build.gradle +11 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
app/build.gradle +11 −1 Original line number Diff line number Diff line Loading @@ -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 Loading