From 68bb3dc73bf7e1f61565b28414b8798d73eb9f51 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 21 Oct 2020 18:16:34 +0200 Subject: [PATCH] Release 1.15.1 --- app/build.gradle | 6 +++--- app/src/fullLinks/play/release-notes/en-US/default.txt | 4 ++-- app/src/lite/play/release-notes/en-US/default.txt | 4 ++-- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e305e8d..d86fae2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 30 - versionCode 24 - versionName "1.15.0" + versionCode 25 + versionName "1.15.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } lintOptions { @@ -51,7 +51,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.1' + implementation 'androidx.constraintlayout:constraintlayout:2.0.2' implementation 'com.google.android.material:material:1.2.1' implementation 'androidx.preference:preference:1.1.1' implementation 'org.jsoup:jsoup:1.13.1' diff --git a/app/src/fullLinks/play/release-notes/en-US/default.txt b/app/src/fullLinks/play/release-notes/en-US/default.txt index 2bb6295..2579051 100644 --- a/app/src/fullLinks/play/release-notes/en-US/default.txt +++ b/app/src/fullLinks/play/release-notes/en-US/default.txt @@ -1,2 +1,2 @@ -- Use Bibliogram instances API -- Latency measurement for custom instances \ No newline at end of file +- Add amp.gs shortener +- Some new translations \ No newline at end of file diff --git a/app/src/lite/play/release-notes/en-US/default.txt b/app/src/lite/play/release-notes/en-US/default.txt index 2bb6295..2579051 100644 --- a/app/src/lite/play/release-notes/en-US/default.txt +++ b/app/src/lite/play/release-notes/en-US/default.txt @@ -1,2 +1,2 @@ -- Use Bibliogram instances API -- Latency measurement for custom instances \ No newline at end of file +- Add amp.gs shortener +- Some new translations \ No newline at end of file diff --git a/build.gradle b/build.gradle index 95a3996..6c1ab27 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.0.1' + classpath 'com.android.tools.build:gradle:4.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6bf9f43..7f1bbe9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Jul 10 11:00:21 CEST 2020 +#Wed Oct 21 17:35:08 CEST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip