From 574376cebed66191072e78274f491fe54a4fc4ea Mon Sep 17 00:00:00 2001 From: nift4 Date: Thu, 11 Feb 2021 12:17:42 +0100 Subject: [PATCH] 0.2.0-rc2 * Fix crash * Bugfixes * don't use deprecated ProgressDialog * don't use deprecated SuFileInputStream * Update Scripts * update libmaterial --- .idea/modules/app/AndroidBootManager.app.iml | 2 +- app/build.gradle | 6 +++--- app/src/main/assets/Scripts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/modules/app/AndroidBootManager.app.iml b/.idea/modules/app/AndroidBootManager.app.iml index 1e0bd4d0..39da67d5 100644 --- a/.idea/modules/app/AndroidBootManager.app.iml +++ b/.idea/modules/app/AndroidBootManager.app.iml @@ -58,7 +58,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 1bc66857..675bad3c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { // we're not going to google play //noinspection OldTargetApi targetSdkVersion 27 - versionCode 2010 - versionName "0.2.0-rc1" + versionCode 2020 + versionName "0.2.0-rc2" } signingConfigs { release { @@ -53,7 +53,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'com.google.android.material:material:1.3.0-rc01' + implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'com.github.hedzr:android-file-chooser:v1.2.0-final' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' diff --git a/app/src/main/assets/Scripts b/app/src/main/assets/Scripts index 8ee91ad3..8b80d62c 160000 --- a/app/src/main/assets/Scripts +++ b/app/src/main/assets/Scripts @@ -1 +1 @@ -Subproject commit 8ee91ad37d833ac917d48dafbcc795ae7282e15b +Subproject commit 8b80d62cf74bbd3d76081570bdb7f30134db3e57