Skip to content

Commit

Permalink
Etar: Rename package id in manifest
Browse files Browse the repository at this point in the history
Fixes: Etar-Group/Etar-Calendar#1438
Change-Id: I39d91fa0e68d9c4e26068e56be643ba4afeee7b4
  • Loading branch information
luk1337 committed Sep 22, 2023
1 parent 059c7cf commit 0487a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android_app {
sdk_version: "current",

aaptflags: [
"--rename-manifest-package",
"org.lineageos.etar",
"--custom-package",
"ws.xsoh.etar",
],

kotlincflags: ["-Xjvm-default=enable"],
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="ws.xsoh.etar"
package="org.lineageos.etar"
android:installLocation="auto">

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit 0487a30

Please sign in to comment.