Skip to content

Commit 41dbacd

Browse files
committed
Bump to 2.7 / 19
1 parent 1a90b4b commit 41dbacd

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### 2.7 (october 2020)
3+
### 2.7 (january 2021)
44

55
- [BUGFIX] Fix Dark Mode theme
66
- [ENHANCEMENT] Display SHA-256 hash of signing certificates

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ The official Stanley app is available on the [Google Play Store](https://play.go
2121
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.
2222

2323

24-
### Latest Release : 2.5 (july 2019)
24+
### Latest Release: 2.7 (january 2021)
2525

26-
- [BUGFIX] Fix uninstall bug on Android O (26) and higher
27-
- [BUGFIX] Display application minimum SDK on Android N (24) and higher
28-
- [ENHANCEMENT] Launch an application from the list
26+
- [BUGFIX] Fix Dark Mode theme
27+
- [ENHANCEMENT] Display SHA-256 hash of signing certificates
28+
- [ENHANCEMENT] Replace Google's non free OSS License activity with in-house solution
2929

3030
For more information, read the [Changelog](CHANGELOG.md).
3131

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
targetSdkVersion AndroidBuild.TargetSdk
2424

2525
applicationId "fr.xgouchet.packageexplorer"
26-
versionCode 18
27-
versionName "2.6"
26+
versionCode 19
27+
versionName "2.7"
2828

2929
vectorDrawables.useSupportLibrary = true
3030
multiDexEnabled true

0 commit comments

Comments
 (0)