Skip to content

Commit aa0f246

Browse files
committed
Release 2.2.1
1 parent e2d9d80 commit aa0f246

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [2.2.1] - 2018-10-29
10+
### Changed
11+
- Updated built-in busybox to v1.29.3
12+
13+
### Fixed
14+
- Added package zstd for Arch Linux bootstrap
15+
916
## [2.2.0] - 2018-08-25
1017
### Changed
1118
- All CLI files are moved to the environment directory

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 27
5-
buildToolsVersion '28.0.2'
5+
buildToolsVersion '28.0.3'
66

77
defaultConfig {
88
applicationId 'ru.meefik.linuxdeploy'
99
minSdkVersion 15
1010
targetSdkVersion 27
11-
versionCode 242
12-
versionName "2.2.0"
11+
versionCode 243
12+
versionName "2.2.1"
1313
}
1414
buildTypes {
1515
release {

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

-4 Bytes
Binary file not shown.

app/src/main/assets/bin/intel/busybox

0 Bytes
Binary file not shown.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.4'
9+
classpath 'com.android.tools.build:gradle:3.2.1'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Apr 23 08:36:17 MSK 2018
1+
#Sun Oct 28 22:39:26 MSK 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 commit comments

Comments
 (0)