mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Merge pull request #3133 from Stypox/gradle-app-id-suffix
Change app id based on current git branch
This commit is contained in:
		| @@ -1,17 +0,0 @@ | ||||
| <?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="org.schabi.newpipe"> | ||||
|  | ||||
|     <application | ||||
|         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> | ||||
|  | ||||
| </manifest> | ||||
| @@ -1,6 +1,5 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <resources> | ||||
|     <string name="app_name" translatable="false">NewPipe</string> | ||||
|     <string name="main_bg_subtitle">Tap \"Search\" to get started</string> | ||||
|     <string name="view_count_text">%1$s views</string> | ||||
|     <string name="upload_date_text">Published on %1$s</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tobias Groza
					Tobias Groza