Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indywidualny committed May 9, 2016
1 parent 47a980f commit 11569c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified app/app-release.apk
Binary file not shown.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
resValue "string", "tray__authority", "${applicationId}.tray"
minSdkVersion 15
targetSdkVersion 23
versionCode 33
versionName "2.5.0"
versionCode 34
versionName "2.5.1"
}
buildTypes {
release {
Expand All @@ -29,7 +29,7 @@ dependencies {
compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'net.grandcentrix.tray:tray:0.9.2'
compile 'org.jsoup:jsoup:1.8.3'
compile 'org.jsoup:jsoup:1.9.1'
compile 'ch.acra:acra:4.7.0'
compile 'com.github.johnkil.android-appmsg:appmsg:1.2.0'
compile project(':saxrssreader')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ private void restartItself() {
}

// create a notification and display it
@SuppressWarnings("unused")
private void notifier(String title, String summary, String url, boolean isMessage) {
// let's display a notification, dude!
final String contentTitle;
Expand Down

0 comments on commit 11569c8

Please sign in to comment.