Skip to content

Commit 023118f

Browse files
committed
Changed a format for privileged users UID:GID
1 parent b867a01 commit 023118f

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId 'ru.meefik.linuxdeploy'
99
minSdkVersion 15
1010
targetSdkVersion 29
11-
versionCode 254
12-
versionName "2.5.0"
11+
versionCode 256
12+
versionName "2.5.1"
1313
}
1414
buildTypes {
1515
release {
@@ -30,6 +30,6 @@ android {
3030
dependencies {
3131
implementation 'com.google.android.material:material:1.0.0'
3232
implementation 'androidx.appcompat:appcompat:1.1.0'
33-
implementation 'androidx.browser:browser:1.0.0'
33+
implementation 'androidx.browser:browser:1.2.0'
3434
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3535
}
-39.9 KB
Binary file not shown.
1.6 MB
Binary file not shown.
4.19 KB
Binary file not shown.
1.69 MB
Binary file not shown.

app/src/main/res/values/preferences.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<string name="fs_type" translatable="false">ext4</string>
4747
<string name="user_name" translatable="false">android</string>
4848
<string name="user_password" translatable="false"></string>
49-
<string name="privileged_users" translatable="false">android</string>
49+
<string name="privileged_users" translatable="false">android:aid_inet</string>
5050
<string name="locale" translatable="false">C</string>
5151
<string name="dns" translatable="false"></string>
5252
<string name="net_trigger" translatable="false"></string>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.5.2'
9+
classpath 'com.android.tools.build:gradle:3.5.3'
1010

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

0 commit comments

Comments
 (0)