Crash fix

This commit is contained in:
Anuken
2019-04-04 20:39:04 -04:00
parent 0b175cb25d
commit 2dee221861
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ task deploy(type: Copy){
from "build/outputs/apk/release/android-release.apk"
into "../deploy/"
rename ("android-google-release.apk", appName + "-android-" + getVersionString() + ".apk")
rename ("android-release.apk", appName + "-android-" + getVersionString() + ".apk")
}
android {