Skip to content

Commit

Permalink
Changed a format for privileged users UID:GID
Browse files Browse the repository at this point in the history
  • Loading branch information
meefik committed Dec 21, 2019
1 parent b867a01 commit 023118f
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId 'ru.meefik.linuxdeploy'
minSdkVersion 15
targetSdkVersion 29
versionCode 254
versionName "2.5.0"
versionCode 256
versionName "2.5.1"
}
buildTypes {
release {
Expand All @@ -30,6 +30,6 @@ android {
dependencies {
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.browser:browser:1.0.0'
implementation 'androidx.browser:browser:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
}
Binary file modified app/src/main/assets/bin/arm/busybox
Binary file not shown.
Binary file added app/src/main/assets/bin/arm_64/busybox
Binary file not shown.
Binary file modified app/src/main/assets/bin/x86/busybox
Binary file not shown.
Binary file added app/src/main/assets/bin/x86_64/busybox
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/res/values/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<string name="fs_type" translatable="false">ext4</string>
<string name="user_name" translatable="false">android</string>
<string name="user_password" translatable="false"></string>
<string name="privileged_users" translatable="false">android</string>
<string name="privileged_users" translatable="false">android:aid_inet</string>
<string name="locale" translatable="false">C</string>
<string name="dns" translatable="false"></string>
<string name="net_trigger" translatable="false"></string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.android.tools.build:gradle:3.5.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 023118f

Please sign in to comment.