Skip to content

Commit

Permalink
Fix gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
rome753 committed Feb 5, 2024
1 parent f6ae594 commit 4254e6e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions activitytasklib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ task generateSourcesJar(type: Jar){
}

android {
namespace "cc.rome753.activitytasklib"
compileSdkVersion 31

defaultConfig {
Expand Down
3 changes: 1 addition & 2 deletions activitytasklib/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?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="cc.rome753.activitytasklib">
xmlns:tools="http://schemas.android.com/tools">
<application>
<provider
android:name="androidx.startup.InitializationProvider"
Expand Down
1 change: 1 addition & 0 deletions activitytaskview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.application'

android {
namespace "cc.rome753.activitytask"
compileSdkVersion 31
defaultConfig {
applicationId "cc.rome753.activitytask"
Expand Down
3 changes: 1 addition & 2 deletions activitytaskview/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cc.rome753.activitytask">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />

Expand Down
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.application'

android {
namespace "cc.rome753.demo"
compileSdkVersion 31
defaultConfig {
applicationId "cc.rome753.activitytask.demo"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cc.rome753.demo">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<application
android:name=".DemoApplication"
Expand Down

0 comments on commit 4254e6e

Please sign in to comment.