changed to auto package

In gradle you can do this to make it easier to switch to a beta version for example
This commit is contained in:
OMGeeky
2022-06-07 22:55:17 +02:00
parent e62839a7cd
commit 9919fa6088
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.gpl.rpg.AndorsTrail" >
xmlns:app="http://schemas.android.com/apk/res-auto" >
<item app:single="true" android:drawable="@drawable/ui_blue_buttonbar_frame_solo" />

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.gpl.rpg.AndorsTrail" >
xmlns:app="http://schemas.android.com/apk/res-auto" >
<item app:single="true" android:drawable="@drawable/ui_charcoal_buttonbar_frame_solo" />

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.gpl.rpg.AndorsTrail" >
xmlns:app="http://schemas.android.com/apk/res-auto" >
<item app:single="true" android:drawable="@drawable/ui_green_buttonbar_frame_solo" />