From f12e7748c5c88dad446800b4890da0447ae37a56 Mon Sep 17 00:00:00 2001 From: Amine Date: Tue, 25 Jul 2017 21:17:34 +0200 Subject: [PATCH] Build v1.5.1.8 --- CHANGELOG.md | 4 ++++ app/build.gradle | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7dd28e..6a9d842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +**1.5.1.8** + +- Fixes and libs updates. + **1.5.1.7** - Bug fixes. diff --git a/app/build.gradle b/app/build.gradle index 512d567..6ee1713 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,9 +24,9 @@ android { defaultConfig { applicationId "apps.amine.bou.readerforselfoss" minSdkVersion 16 - targetSdkVersion 25 - versionCode 1517 - versionName "1.5.1.7" + targetSdkVersion 26 + versionCode 1518 + versionName "1.5.1.8" // Enabling multidex support. multiDexEnabled true @@ -80,13 +80,13 @@ dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" // Android Support - compile 'com.android.support:appcompat-v7:26.0.0-beta2' - compile 'com.android.support:design:26.0.0-beta2' - compile 'com.android.support:recyclerview-v7:26.0.0-beta2' - compile 'com.android.support:support-v4:26.0.0-beta2' - compile 'com.android.support:support-vector-drawable:26.0.0-beta2' - compile 'com.android.support:customtabs:26.0.0-beta2' - compile 'com.android.support:cardview-v7:26.0.0-beta2' + compile 'com.android.support:appcompat-v7:26.0.0' + compile 'com.android.support:design:26.0.0' + compile 'com.android.support:recyclerview-v7:26.0.0' + compile 'com.android.support:support-v4:26.0.0' + compile 'com.android.support:support-vector-drawable:26.0.0' + compile 'com.android.support:customtabs:26.0.0' + compile 'com.android.support:cardview-v7:26.0.0' compile 'com.android.support.constraint:constraint-layout:1.0.2' // Firebase + crashlytics @@ -131,7 +131,7 @@ dependencies { compile 'com.klinkerapps:drag-dismiss-activity:1.4.2' // Drawer - compile('com.mikepenz:materialdrawer:5.9.3@aar') { + compile('com.mikepenz:materialdrawer:5.9.4@aar') { transitive = true } compile 'com.anupcowkur:reservoir:3.1.0'