Skip to content

Commit 574376c

Browse files
committed
0.2.0-rc2
* Fix crash * Bugfixes * don't use deprecated ProgressDialog * don't use deprecated SuFileInputStream * Update Scripts * update libmaterial
1 parent 27f020a commit 574376c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.idea/modules/app/AndroidBootManager.app.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
// we're not going to google play
1212
//noinspection OldTargetApi
1313
targetSdkVersion 27
14-
versionCode 2010
15-
versionName "0.2.0-rc1"
14+
versionCode 2020
15+
versionName "0.2.0-rc2"
1616
}
1717
signingConfigs {
1818
release {
@@ -53,7 +53,7 @@ dependencies {
5353
implementation fileTree(dir: 'libs', include: ['*.jar'])
5454
implementation 'androidx.appcompat:appcompat:1.2.0'
5555
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
56-
implementation 'com.google.android.material:material:1.3.0-rc01'
56+
implementation 'com.google.android.material:material:1.3.0'
5757
implementation 'androidx.cardview:cardview:1.0.0'
5858
implementation 'com.github.hedzr:android-file-chooser:v1.2.0-final'
5959
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'

0 commit comments

Comments
 (0)