mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-07 00:16:15 +00:00
Migrate all files to AAR project
This commit is contained in:
9
moonlight-common/src/main/AndroidManifest.xml
Normal file
9
moonlight-common/src/main/AndroidManifest.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.moonlight-stream.moonlight_common">
|
||||
|
||||
<application android:allowBackup="true" android:label="@string/app_name"
|
||||
android:supportsRtl="true">
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
3
moonlight-common/src/main/res/values/strings.xml
Normal file
3
moonlight-common/src/main/res/values/strings.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">moonlight-common</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user