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:
parent
800fa19f6c
commit
1634019cc1
2 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
}
|
||||
|
|
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue