Skip to content

Commit

Permalink
Bump to 2.7 / 19
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Jan 26, 2021
1 parent 1a90b4b commit 41dbacd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41dbacd

Please sign in to comment.