mirror of https://github.com/LeOS-GSI/LeOS-Genesis
appname
parent
d5c7b0e1cb
commit
95a5cbbb2a
|
@ -16,7 +16,7 @@
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
tools:remove="android:appComponentFactory"
|
tools:remove="android:appComponentFactory"
|
||||||
tools:targetApi="p"
|
tools:targetApi="p"
|
||||||
android:label="@string/app_name"
|
android:label="LeOS-Genesis"
|
||||||
android:largeHeap="false"
|
android:largeHeap="false"
|
||||||
android:networkSecurityConfig="@xml/gx_network_security_config"
|
android:networkSecurityConfig="@xml/gx_network_security_config"
|
||||||
android:requestLegacyExternalStorage="true"
|
android:requestLegacyExternalStorage="true"
|
||||||
|
@ -321,4 +321,4 @@
|
||||||
|
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
# Location of the SDK. This is only used by Gradle.
|
# Location of the SDK. This is only used by Gradle.
|
||||||
# For customization when using a Version Control System, please read the
|
# For customization when using a Version Control System, please read the
|
||||||
# header note.
|
# header note.
|
||||||
#Sat Sep 09 08:12:27 CEST 2023
|
#Sun Sep 10 10:11:18 CEST 2023
|
||||||
sdk.dir=/home/ich/Android/Sdk
|
sdk.dir=/home/leos/Android/Sdk
|
||||||
|
|
Loading…
Reference in New Issue