Loading app/build.gradle +5 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,10 @@ plugins { id 'kotlin-parcelize' } def buildDate = { -> return new Date().format('yyyyMMddHHmmss') } // Android configuration android { compileSdk 34 Loading Loading @@ -63,7 +67,7 @@ android { productFlavors { ose { dimension "distribution" versionNameSuffix "-ose" versionNameSuffix "-ose+${buildDate()}" } } Loading Loading
app/build.gradle +5 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,10 @@ plugins { id 'kotlin-parcelize' } def buildDate = { -> return new Date().format('yyyyMMddHHmmss') } // Android configuration android { compileSdk 34 Loading Loading @@ -63,7 +67,7 @@ android { productFlavors { ose { dimension "distribution" versionNameSuffix "-ose" versionNameSuffix "-ose+${buildDate()}" } } Loading