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