File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ task generateSourcesJar(type: Jar){
77}
88
99android {
10+ namespace " cc.rome753.activitytasklib"
1011 compileSdkVersion 31
1112
1213 defaultConfig {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- xmlns : tools =" http://schemas.android.com/tools"
4- package =" cc.rome753.activitytasklib" >
3+ xmlns : tools =" http://schemas.android.com/tools" >
54 <application >
65 <provider
76 android : name =" androidx.startup.InitializationProvider"
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4+ namespace " cc.rome753.activitytask"
45 compileSdkVersion 31
56 defaultConfig {
67 applicationId " cc.rome753.activitytask"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" cc.rome753.activitytask" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43
54 <uses-permission android : name =" android.permission.SYSTEM_ALERT_WINDOW" />
65
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4+ namespace " cc.rome753.demo"
45 compileSdkVersion 31
56 defaultConfig {
67 applicationId " cc.rome753.activitytask.demo"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" cc.rome753.demo" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43
54 <application
65 android : name =" .DemoApplication"
You can’t perform that action at this time.
0 commit comments