Skip to content

Commit

Permalink
- Cleaned files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Rekun committed Jul 24, 2018
1 parent e9150a2 commit d209359
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 59 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ dependencies {
// Tools
implementation "io.paperdb:paperdb:$paperVersion"
implementation "org.greenrobot:eventbus:$eventBusVersion"
implementation "commons-io:commons-io:$commonsIOVersion"
implementation "com.afollestad.material-dialogs:core:$materialDialogsVersion"
implementation "com.obsez.android.lib.filechooser:filechooser:$fileChooserVersion"
implementation "com.github.javiersantos:AppUpdater:$appUpdaterVersion"

implementation project(":konae")
Expand Down
54 changes: 0 additions & 54 deletions app/src/main/res/layout/item_dialog_chooser.xml

This file was deleted.

1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ ext {
eventBusVersion = '3.1.1'
commonsIOVersion = '2.6'
materialDialogsVersion = '0.9.6.0'
fileChooserVersion = '1.1.10'
appUpdaterVersion = '2.7'
}
6 changes: 4 additions & 2 deletions updater/update.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"latestVersion": "1.2.1",
"latestVersionCode": 13,
"latestVersion": "1.3",
"latestVersionCode": 15,
"url": "https://github.com/MenosGrante/Rekado/releases",
"releaseNotes": [
"- Added self updater to check for application updates"
"- Added ability to select payloads from external memory"
"- Improved design of payload chooser dialog"
]
}

0 comments on commit d209359

Please sign in to comment.