Skip to content

Commit

Permalink
Finishing touches after Gradle update
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarasyad committed Feb 13, 2024
1 parent c452e5b commit 328dfb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ android {
}


android.applicationVariants.all { variant ->
variant.outputs.all { output ->
android.applicationVariants.configureEach { variant ->
variant.outputs.configureEach { output ->
def releaseTime = new Date().format("yyyy-MM-dd", TimeZone.getTimeZone("UTC"))
def fileName = "osu!droid-${defaultConfig.versionName}-${variant.buildType.name}-${releaseTime}.apk"
outputFileName = fileName
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Thu Oct 06 22:58:27 CST 2016
android.enableJetifier=true
android.enableJetifier=false
android.nonFinalResIds=false
android.nonTransitiveRClass=true
android.useAndroidX=true
Expand Down

0 comments on commit 328dfb1

Please sign in to comment.