mirror of
https://github.com/Ashinch/ReadYou.git
synced 2025-01-05 06:21:26 +01:00
chore: move package from Android Manifest to build files (#352)
This commit is contained in:
parent
3c243f3cb9
commit
6097c14a41
@ -90,6 +90,7 @@ android {
|
||||
excludes += "/META-INF/{AL2.0,LGPL2.1}"
|
||||
}
|
||||
}
|
||||
namespace 'me.ash.reader'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="me.ash.reader">
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user