Skip to content

Commit 9fc7bea

Browse files
committed
release version 3.4.0
1 parent ba59473 commit 9fc7bea

18 files changed

+1583
-1463
lines changed

apk/pascal_3.4.0_100.apk

5.79 MB
Binary file not shown.

apk/pascal_3.9.9_99.apk

5.77 MB
Binary file not shown.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
applicationVariants.all { variant ->
1818
variant.outputs.each { output ->
1919
def versionCode = variant.versionCode
20-
def apkName = "/apk/" + "pascal_" + versionName + '_' + versionCode + '.apk';
20+
def apkName = "pascal_" + versionName + '_' + versionCode + '.apk';
2121
output.outputFile = new File(output.outputFile.parentFile, apkName)
2222
}
2323
}

app/pascal_3.4.0_100.apk

5.79 MB
Binary file not shown.
110 KB
Loading
90.7 KB
Loading
76.3 KB
Loading
76.1 KB
Loading
88.8 KB
Loading
116 KB
Loading

0 commit comments

Comments
 (0)