File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.6.0] - 2020-02-01
10
+ ### Changed
11
+ - Set target version of SDK to 28 for binary execution in Android Q
12
+ - UI refactoring (@Iscle )
13
+ - Minimum Android API set to 21
14
+
9
15
## [ 2.5.1] - 2019-11-04
10
16
### Fixed
11
17
- Fixed Arch Linux package management
Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ android {
6
6
7
7
defaultConfig {
8
8
applicationId ' ru.meefik.linuxdeploy'
9
- minSdkVersion 16
10
- targetSdkVersion 29
11
- versionCode 257
12
- versionName " 2.5.1"
9
+ minSdkVersion 21
10
+ // API 28 must be frozen for binary execution
11
+ targetSdkVersion 28
12
+ versionCode 258
13
+ versionName " 2.6.0"
13
14
vectorDrawables. useSupportLibrary true
14
15
}
15
16
buildTypes {
You can’t perform that action at this time.
0 commit comments