Skip to content

Commit 1ffc890

Browse files
committed
Release 2.5.1
2 parents 023118f + 2fcf650 commit 1ffc890

File tree

15 files changed

+24
-19
lines changed

15 files changed

+24
-19
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [2.5.1] - 2019-11-04
10+
### Fixed
11+
- Fixed Arch Linux package management
12+
13+
### Changed
14+
- Changed a format for privileged users to UID:GID
15+
916
## [2.5.0] - 2019-11-04
1017
### Added
1118
- Added compatibility with Android 10
12-
- Added support for Docker containers
19+
- Added support for Docker images
1320

1421
### Fixed
1522
- Fixed URL of Ubuntu repository

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ android {
66

77
defaultConfig {
88
applicationId 'ru.meefik.linuxdeploy'
9-
minSdkVersion 15
9+
minSdkVersion 16
1010
targetSdkVersion 29
1111
versionCode 256
1212
versionName "2.5.1"
1313
}
1414
buildTypes {
1515
release {
16-
minifyEnabled false
16+
minifyEnabled true
17+
shrinkResources true
1718
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1819
}
1920
}

app/src/main/assets/bin/arm/busybox

256 KB
Binary file not shown.
-386 KB
Binary file not shown.
-100 KB
Binary file not shown.
550 KB
Binary file not shown.

app/src/main/assets/bin/x86/busybox

-204 KB
Binary file not shown.
41.5 KB
Binary file not shown.
-172 KB
Binary file not shown.
859 KB
Binary file not shown.

0 commit comments

Comments
 (0)