1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00

Bumped version to 1.19.0.2

This commit is contained in:
Simon Frei 2022-02-07 12:30:59 +01:00
parent 800fa19f6c
commit 1634019cc1
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3
2 changed files with 3 additions and 3 deletions

View file

@ -42,8 +42,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 30
versionCode 4296
versionName "1.19.0.1"
versionCode 4297
versionName "1.19.0.2"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

View file

@ -215,7 +215,7 @@ public class FirstStartActivity extends Activity {
if (dbDir.exists()) {
try {
FileUtils.deleteQuietly(dbDir);
} catch (Exception e) {
} catch (Throwable e) {
Log.w(TAG, "Deleting database with FileUtils failed", e);
Util.runShellCommand("rm -r" + dbDir.getAbsolutePath(), false);
if (dbDir.exists()) {