devicesettings: Time for tequila!

This commit is contained in:
Bartłomiej Rudecki 2022-06-04 13:09:45 +02:00 committed by Bartłomiej Rudecki
parent 9030fa4ddc
commit cd79e4f8cd
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
//
android_library {
name: "org.lineageos.settings.resources",
name: "org.tequila.settings.resources",
defaults: [
"SettingsLibDefaults",
],

View file

@ -15,7 +15,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.lineageos.settings.resources">
package="org.tequila.settings.resources">
<application android:hasCode="false" />
</manifest>