Skip to content

Commit 73ba63e

Browse files
BusyBox Installer v1.8
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent 4352b23 commit 73ba63e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](banner.png)
22

3-
[![](https://img.shields.io/badge/BusyBox--Installer-v1.7-green)](https://play.google.com/store/apps/details?id=com.smartpack.busyboxinstaller)
3+
[![](https://img.shields.io/badge/BusyBox--Installer-v1.8-green)](https://play.google.com/store/apps/details?id=com.smartpack.busyboxinstaller)
44
![](https://img.shields.io/github/languages/top/SmartPack/BusyBox-Installer)
55
![](https://img.shields.io/github/contributors/smartpack/BusyBox-Installer)
66

app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId "com.smartpack.busyboxinstaller"
1818
minSdkVersion 23
1919
targetSdkVersion 29
20-
versionCode 8
21-
versionName "1.7"
20+
versionCode 9
21+
versionName "1.8"
2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
archivesBaseName = "$applicationId-v$versionName"
2424
testFunctionalTest = false
@@ -45,6 +45,6 @@ repositories {
4545
dependencies {
4646
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
4747
implementation 'com.facebook.android:audience-network-sdk:5.8.0'
48-
implementation "com.github.topjohnwu.libsu:core:2.5.1"
49-
implementation 'com.google.android.material:material:1.2.0-alpha06'
48+
implementation "com.github.topjohnwu.libsu:core:3.0.2"
49+
implementation 'com.google.android.material:material:1.3.0-alpha02'
5050
}

app/src/main/assets/changelogs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"releaseNotes": "v1.7\n - Fixed crashes on clicking install/update button (sorry for that).\n - Slightly improved layout.\n - Miscellaneous changes.\n\nv1.6\n - Implemented Brand New About view.\n - Added change-logs to setting menu.\n - Added language switch.\n - Miscellaneous changes.\n\nv1.5\n - Improve Root handling.\n - Improved App UI.\n - Move top icons into a new Settings Menu.\n - Misc: Replace some toasts with snackbar.\n - Updated Portugease (Brazilian) (Credits @Lennoard) & Korean (Credits: @SmgKhOaRn) translations.\n\nv1.4\n - Migrated to libsu (Credits: @Lennoard ).\n - Largely improved BusyBox installation and removing process (Should work on most devices).\n - Updated Portuguese (Brazilian) translations (Credits: @Lennoard ).\n - Miscellaneous changes.\n\nv1.3\n - Added Greek translations (Credits: @tsiflimagas)\n - Replaced Paypal donation link with Donation app (to staisfy google)\n\nv1.2\n - Added option to remove BusyBox applets installed from the app.\n - Show installed applets list on long-clicking BusyBox image.\n - Show installed BusyBox version on long-clicking info icon.\n - Improved APP UI and coding quality (Credits: @Lennoard ).\n - Added share app & donation buttons.\n - Added Brazilian Portuguese (Credits: @Lennoard ), Amharic (Credits: @Mikesew1320 ) and Russian (Credits: @Mikesew1320 ) translations.\n - Improved Korean translations (Credits: @SmgKhOaRn )\n - Miscellaneous changes\n\nv1.1\n - Added Korean translations (Credits: @SmgKhOaRn)\n - Updated instalaltion success check\n\nv1.0\n - Initial release."
2+
"releaseNotes": "v1.8\n - Updated libsu to v3.0.2.\n - Updated translations, build tools and dependencies.\n - Miscellaneous changes.\n\nv1.7\n - Fixed crashes on clicking install/update button (sorry for that).\n - Slightly improved layout.\n - Miscellaneous changes.\n\nv1.6\n - Implemented Brand New About view.\n - Added change-logs to setting menu.\n - Added language switch.\n - Miscellaneous changes.\n\nv1.5\n - Improve Root handling.\n - Improved App UI.\n - Move top icons into a new Settings Menu.\n - Misc: Replace some toasts with snackbar.\n - Updated Portugease (Brazilian) (Credits @Lennoard) & Korean (Credits: @SmgKhOaRn) translations.\n\nv1.4\n - Migrated to libsu (Credits: @Lennoard ).\n - Largely improved BusyBox installation and removing process (Should work on most devices).\n - Updated Portuguese (Brazilian) translations (Credits: @Lennoard ).\n - Miscellaneous changes.\n\nv1.3\n - Added Greek translations (Credits: @tsiflimagas)\n - Replaced Paypal donation link with Donation app (to staisfy google)\n\nv1.2\n - Added option to remove BusyBox applets installed from the app.\n - Show installed applets list on long-clicking BusyBox image.\n - Show installed BusyBox version on long-clicking info icon.\n - Improved APP UI and coding quality (Credits: @Lennoard ).\n - Added share app & donation buttons.\n - Added Brazilian Portuguese (Credits: @Lennoard ), Amharic (Credits: @Mikesew1320 ) and Russian (Credits: @Mikesew1320 ) translations.\n - Improved Korean translations (Credits: @SmgKhOaRn )\n - Miscellaneous changes\n\nv1.1\n - Added Korean translations (Credits: @SmgKhOaRn)\n - Updated instalaltion success check\n\nv1.0\n - Initial release."
33
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.6.3'
10+
classpath 'com.android.tools.build:gradle:4.0.1'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)