Loading app/build.gradle +0 −7 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -31,7 +25,6 @@ android { versionName '4.3.9' buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" Loading Loading
app/build.gradle +0 −7 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -31,7 +25,6 @@ android { versionName '4.3.9' buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" Loading