1. apk file name fix

This commit is contained in:
vadym 2020-10-14 16:05:06 +03:00
parent a0f70375e1
commit 78562e2baa
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ android {
versionCode 5
versionName "1.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
project.ext.set("archivesBaseName", project.getParent().name+"-"+versionName)
setProperty("archivesBaseName", project.getParent().name+"-"+versionName)
}
signingConfigs {
release {

View File

@ -1,6 +1,6 @@
#Tue Oct 13 09:25:31 EEST 2020
#Wed Oct 14 16:00:08 EEST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip