先commit,测下控制中心
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.example.qt_player"
|
||||
namespace = "com.lxh.qingting_player"
|
||||
compileSdk = flutter.compileSdkVersion
|
||||
ndkVersion = flutter.ndkVersion
|
||||
|
||||
@@ -15,7 +15,7 @@ android {
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.example.qt_player"
|
||||
applicationId = "com.lxh.qingting_player"
|
||||
minSdk = flutter.minSdkVersion
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = flutter.versionCode
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.qt_player
|
||||
package com.lxh.qingting_player
|
||||
|
||||
import android.os.Build
|
||||
import android.os.Bundle
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:keep="@drawable/ic_previous,@drawable/ic_next,@drawable/ic_play,@drawable/ic_pause" />
|
||||
Reference in New Issue
Block a user