Skip to content

Commit d5d43b3

Browse files
committed
Update to v2.16
1 parent 11a15ec commit d5d43b3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+723
-1109
lines changed

BusyboxInstallernoroot/.idea/assetWizardSettings.xml

Lines changed: 312 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BusyboxInstallernoroot/.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BusyboxInstallernoroot/.idea/gradle.xml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BusyboxInstallernoroot/.idea/misc.xml

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BusyboxInstallernoroot/.idea/modules.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BusyboxInstallernoroot/.idea/runConfigurations.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

BusyboxInstallernoroot/app/build.gradle

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

33
android {
44
flavorDimensions "default"
5-
compileSdkVersion 30
5+
compileSdkVersion 33
66
defaultConfig {
77
applicationId "exa.free.bbin"
8-
minSdkVersion 16
9-
targetSdkVersion 30
10-
versionCode 212
11-
versionName "2.12"
8+
minSdkVersion 19
9+
targetSdkVersion 33
10+
versionCode 216
11+
versionName "2.16 Final"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {
@@ -27,13 +27,17 @@ android {
2727
}
2828

2929
dependencies {
30+
constraints{
31+
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0'
32+
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0'
33+
}
3034
implementation fileTree(dir: 'libs', include: ['*.jar'])
31-
implementation 'androidx.annotation:annotation:1.2.0'
32-
implementation 'androidx.appcompat:appcompat:1.3.0'
33-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
34-
implementation 'com.google.android.material:material:1.4.0'
35-
implementation 'com.google.android.gms:play-services-ads:19.5.0'
36-
testImplementation 'junit:junit:4.13'
37-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
38-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
35+
implementation 'androidx.annotation:annotation:1.6.0'
36+
implementation 'androidx.appcompat:appcompat:1.6.1'
37+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
38+
implementation 'com.google.android.material:material:1.9.0'
39+
implementation 'com.google.android.gms:play-services-ads:22.1.0'
40+
testImplementation 'junit:junit:4.13.2'
41+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
42+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
3943
}
-6.08 MB
Binary file not shown.
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 2,
2+
"version": 3,
33
"artifactType": {
44
"type": "APK",
55
"kind": "Directory"
@@ -10,9 +10,11 @@
1010
{
1111
"type": "SINGLE",
1212
"filters": [],
13-
"versionCode": 212,
14-
"versionName": "2.12",
13+
"attributes": [],
14+
"versionCode": 216,
15+
"versionName": "2.16 Final",
1516
"outputFile": "app-flavor1-release.apk"
1617
}
17-
]
18+
],
19+
"elementType": "File"
1820
}
Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
34
package="exa.free.bbin">
45

56
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
6-
android:maxSdkVersion="18" />
7+
tools:ignore="ScopedStorage" />
8+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
9+
<uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" />
710
<uses-permission android:name="QUERY_ALL_PACKAGES"/>
811

12+
<queries>
13+
<!-- Explicit apps you know in advance about: -->
14+
<package android:name="jackpal.androidterm"/>
15+
<!-- If you don't know apps in advance : -->
16+
<!-- <package android:name="QUERY_ALL_PACKAGES"/> -->
17+
<package android:name="QUERY_ALL_PACKAGES"/>
18+
<intent>
19+
<action android:name="android.intent.action.MAIN" />
20+
<category android:name="android.intent.category.LAUNCHER" />
21+
</intent>
22+
</queries>
23+
924
<application
1025
android:allowBackup="true"
1126
android:icon="@mipmap/ic_launcher"
@@ -18,6 +33,7 @@
1833
android:value="ca-app-pub-5748356089815497~7951096738"/>
1934
<activity
2035
android:name=".MainUI"
36+
android:exported="true"
2137
android:screenOrientation="portrait"
2238
android:label="@string/app_name"
2339
android:theme="@style/AppTheme.NoActionBar">
@@ -27,14 +43,6 @@
2743
<category android:name="android.intent.category.LAUNCHER" />
2844
</intent-filter>
2945
</activity>
30-
<receiver
31-
android:enabled="true"
32-
android:exported="true"
33-
android:name="exa.free.update.UpdateReceiver">
34-
<intent-filter>
35-
<action android:name="android.intent.action.MY_PACKAGE_REPLACED"/>
36-
</intent-filter>
37-
</receiver>
3846
</application>
3947

4048
</manifest>

0 commit comments

Comments
 (0)