Skip to content

Commit

Permalink
update code - accept all SDK manager licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Amuzadeh committed Jan 19, 2019
1 parent f07a29b commit 49b4881
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
13 changes: 0 additions & 13 deletions app/src/main/java/ir/vasl/magicalnotifierapp/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,4 @@ private void showNotificationWithUpdate() {
magicalNotifier.getBuilder().notifyTitle(notificationId, "Title updated ;)");
}

private void showNotificationWithUpdateSubTitle() {

int notificationId = 7575;
MagicalNotifier magicalNotifier = new MagicalNotifier.Builder(this)
.setNotificationId(notificationId)
.setTitle(NOTIFICATION_TITLE)
.setSubTitle(NOTIFICATION_SUB_TITLE)
.show();

// update
magicalNotifier.getBuilder().notifySubTitle(notificationId, "subTitle updated ;)");
}

}
4 changes: 2 additions & 2 deletions magicalnotifier/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 28
versionCode 11
versionName "1.1.1"
versionCode 12
versionName "1.1.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 49b4881

Please sign in to comment.