2017-08-07 13:02:30 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-09-03 06:04:18 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
package="org.schabi.newpipe">
|
2017-08-07 13:02:30 +00:00
|
|
|
|
|
|
|
<application
|
2017-09-03 06:04:18 +00:00
|
|
|
android:name=".DebugApp"
|
|
|
|
android:label="NewPipe Debug"
|
|
|
|
tools:replace="android:name, android:label">
|
|
|
|
<activity
|
|
|
|
android:name=".MainActivity"
|
|
|
|
android:label="NewPipe Debug"
|
|
|
|
tools:replace="android:label"/>
|
|
|
|
</application>
|
2017-08-07 13:02:30 +00:00
|
|
|
|
|
|
|
</manifest>
|