]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fix crash when restoring configuration backup
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 4 Apr 2022 16:18:43 +0000 (19:18 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 4 Apr 2022 16:18:43 +0000 (19:18 +0300)
app/src/main/java/net/ktnx/mobileledger/backup/ConfigReader.java
build.gradle

index 7959da518efc0c48f057f652392f625366c75ce7..187eb9b7849df70c2a8d3c1c234069a4a4c36dfa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2021 Damyan Ivanov.
+ * Copyright © 2022 Damyan Ivanov.
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
@@ -45,7 +45,7 @@ public class ConfigReader extends ConfigIO {
     }
     @Override
     protected void initStream() {
-        RawConfigReader r = new RawConfigReader(new FileInputStream(pfd.getFileDescriptor()));
+        r = new RawConfigReader(new FileInputStream(pfd.getFileDescriptor()));
     }
     @Override
     protected void processStream() throws IOException {
index 38a6fe305905272bf9d367a7367f1aa7e3d1b758..dca88990909162d9ef3c0a55522c59fb4ad64ed1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2021 Damyan Ivanov.
+ * Copyright © 2022 Damyan Ivanov.
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
@@ -24,7 +24,7 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:4.2.0'
+        classpath 'com.android.tools.build:gradle:7.0.4'
         
 
         // NOTE: Do not place your application dependencies here; they belong