Bump version to 1.2.3
This commit is contained in:
parent
d48159dddd
commit
006196ae42
|
@ -9,8 +9,8 @@ android {
|
|||
applicationId "com.zane.smapiinstaller"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
versionCode 10
|
||||
versionName "1.2.2"
|
||||
versionCode 12
|
||||
versionName "1.2.3"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
multiDexEnabled true
|
||||
|
|
|
@ -108,7 +108,7 @@ public class FileUtils {
|
|||
writer.write(JSONUtil.toJson(content));
|
||||
} finally {
|
||||
File distFile = new File(context.getFilesDir(), filename);
|
||||
if(file.exists()) {
|
||||
if(distFile.exists()) {
|
||||
org.zeroturnaround.zip.commons.FileUtils.forceDelete(distFile);
|
||||
}
|
||||
org.zeroturnaround.zip.commons.FileUtils.moveFile(file, distFile);
|
||||
|
|
Loading…
Reference in New Issue