Skip to content

Commit

Permalink
used resources
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed May 22, 2024
1 parent 409b431 commit 49dcdf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion V2rayNG/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
splits {
abi {
isEnable = true
isUniversalApk = true
isUniversalApk = false
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"></resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<bool name="config_materialPreferenceIconSpaceReserved" tools:ignore="MissingDefaultResource,PrivateResource">false</bool>
<dimen name="preference_category_padding_start" tools:ignore="MissingDefaultResource,PrivateResource">0dp</dimen>
</resources>

0 comments on commit 49dcdf3

Please sign in to comment.