Skip to content

Commit

Permalink
Fixed busybox builds
Browse files Browse the repository at this point in the history
  • Loading branch information
meefik committed Nov 9, 2019
1 parent d8cf25f commit 5999740
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId 'ru.meefik.linuxdeploy'
minSdkVersion 15
targetSdkVersion 29
versionCode 254
versionCode 255
versionName "2.5.0"
}
buildTypes {
Expand Down
Binary file modified app/src/main/assets/bin/arm/busybox
Binary file not shown.
Binary file modified app/src/main/assets/bin/arm/ssl_helper
Binary file not shown.
Binary file added app/src/main/assets/bin/arm_64/busybox
Binary file not shown.
Binary file added app/src/main/assets/bin/arm_64/ssl_helper
Binary file not shown.
Binary file modified app/src/main/assets/bin/x86/busybox
Binary file not shown.
Binary file modified app/src/main/assets/bin/x86/ssl_helper
Binary file not shown.
Binary file added app/src/main/assets/bin/x86_64/busybox
Binary file not shown.
Binary file added app/src/main/assets/bin/x86_64/ssl_helper
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/assets/env

0 comments on commit 5999740

Please sign in to comment.