mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-02 22:29:25 +00:00
Remove manifest package name
As reported by gradle: > Setting the namespace via a source AndroidManifest.xml's package > attribute is deprecated. > > Please instead set the namespace (or testNamespace) in the module's > build.gradle file, as described here: > https://developer.android.com/studio/build/configure-app-module#set-namespace
This commit is contained in:
parent
79d127b5f1
commit
d6aff0e5d7
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
namespace 'com.genymobile.scrcpy'
|
||||||
compileSdkVersion 33
|
compileSdkVersion 33
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.genymobile.scrcpy"
|
applicationId "com.genymobile.scrcpy"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
<!-- not a real Android application, it is run by app_process manually -->
|
<!-- not a real Android application, it is run by app_process manually -->
|
||||||
<manifest package="com.genymobile.scrcpy"/>
|
<manifest />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue