From 41dbacd06f0d173bdf37fc596270617012d30b61 Mon Sep 17 00:00:00 2001 From: Xavier Gouchet Date: Tue, 26 Jan 2021 10:46:34 +0100 Subject: [PATCH] Bump to 2.7 / 19 --- .idea/gradle.xml | 1 + CHANGELOG.md | 2 +- README.md | 8 ++++---- app/build.gradle | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 74db789..830880f 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -15,6 +15,7 @@ diff --git a/CHANGELOG.md b/CHANGELOG.md index 030739f..2e608d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 2.7 (october 2020) +### 2.7 (january 2021) - [BUGFIX] Fix Dark Mode theme - [ENHANCEMENT] Display SHA-256 hash of signing certificates diff --git a/README.md b/README.md index 7e265eb..20480a6 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ The official Stanley app is available on the [Google Play Store](https://play.go Any contributions are welcome. You can [raise an issue](https://github.com/xgouchet/Stanley/issues/new), submit a [pull request](https://github.com/xgouchet/Stanley/pulls), translate the application, or suggest new features. -### Latest Release : 2.5 (july 2019) +### Latest Release: 2.7 (january 2021) - - [BUGFIX] Fix uninstall bug on Android O (26) and higher - - [BUGFIX] Display application minimum SDK on Android N (24) and higher - - [ENHANCEMENT] Launch an application from the list + - [BUGFIX] Fix Dark Mode theme + - [ENHANCEMENT] Display SHA-256 hash of signing certificates + - [ENHANCEMENT] Replace Google's non free OSS License activity with in-house solution For more information, read the [Changelog](CHANGELOG.md). diff --git a/app/build.gradle b/app/build.gradle index 3d07de2..daffa1e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { targetSdkVersion AndroidBuild.TargetSdk applicationId "fr.xgouchet.packageexplorer" - versionCode 18 - versionName "2.6" + versionCode 19 + versionName "2.7" vectorDrawables.useSupportLibrary = true multiDexEnabled true