Skip to content

Commit

Permalink
0.2.0-rc2
Browse files Browse the repository at this point in the history
* Fix crash
* Bugfixes
* don't use deprecated ProgressDialog
* don't use deprecated SuFileInputStream
* Update Scripts
* update libmaterial
  • Loading branch information
nift4 committed Feb 11, 2021
1 parent 27f020a commit 574376c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/app/AndroidBootManager.app.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/Scripts

0 comments on commit 574376c

Please sign in to comment.