We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a105cad commit 695fe25Copy full SHA for 695fe25
app/build.gradle
@@ -90,13 +90,13 @@ if (project.hasProperty('storePassword') && project.hasProperty('keyPassword'))
90
91
92
task deploy {
93
+ // TODO: temporary fix for the issue with accessing the android-property from doLast
94
+ notCompatibleWithConfigurationCache("https://docs.gradle.org/current/userguide/configuration_cache.html")
95
doLast {
96
description 'Copy the APK and the ProGuard mapping file to the deploy directory'
97
98
def deploy_dir = System.getenv('APK_DEPLOY_DIR')
-
99
def version = android.defaultConfig.versionName
100
def name = 'K6nele'
101
102
def outputs = 'build/outputs/'
0 commit comments