Skip to content

Commit

Permalink
BusyBox version 1.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
meefik committed Jun 27, 2018
1 parent a70519c commit 8360144
Show file tree
Hide file tree
Showing 27 changed files with 14 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog (English)
===================

1.28.4-37
Updated to busybox v1.28.4 (static)

1.28.3-36
Updated to busybox v1.28.3 (static)

Expand Down Expand Up @@ -59,6 +62,9 @@ Added feature of creating a zip-archive for installation via recovery
История изменений (Русский)
===========================

1.28.4-37
Обновлено до busybox v1.28.4 (статическая сборка)

1.28.3-36
Обновлено до busybox v1.28.3 (статическая сборка)

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion '27.0.2'

This comment has been minimized.

Copy link
@wowwow21098

wowwow21098 Jul 7, 2018

Help

buildToolsVersion '28.0.0'

defaultConfig {
applicationId 'ru.meefik.busybox'
minSdkVersion 9
targetSdkVersion 25
versionCode 36

This comment has been minimized.

Copy link
@wowwow21098
versionName '1.28.3'
versionCode 37
versionName '1.28.4'
}
buildTypes {
release {
Expand Down
Binary file modified app/src/main/assets/arm/static/bin/busybox
Binary file not shown.
Binary file modified app/src/main/assets/mips/static/bin/busybox
Binary file not shown.
Binary file modified app/src/main/assets/x86/static/bin/busybox
Binary file not shown.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ buildscript {
url 'https://maven.google.com/'
name 'Google'
}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion contrib/bb-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ helper()
exit 1
}

BB_VERSION="1.28.3"
BB_VERSION="1.28.4"
ANDROID_NATIVE_API_LEVEL="21"
GCC_VERSION="4.9"
MARCH="$1"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jan 03 02:15:48 MSK 2018
#Wed Jun 27 09:31:34 MSK 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 comments on commit 8360144

Please sign in to comment.