File tree 3 files changed +3
-10
lines changed
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ apply plugin: 'com.android.application'
3
3
apply plugin : ' kotlin-android'
4
4
apply plugin : ' kotlin-kapt'
5
5
6
- apply plugin : ' de.timfreiheit.resourceplaceholders.plugin'
7
-
8
6
android {
9
7
namespace ' io.github.deweyreed.clipboardcleaner'
10
8
compileSdk 33
@@ -37,10 +35,6 @@ android {
37
35
}
38
36
}
39
37
40
- resourcePlaceholders {
41
- files = [' xml/shortcuts.xml' ]
42
- }
43
-
44
38
dependencies {
45
39
implementation ' androidx.appcompat:appcompat:1.4.2'
46
40
implementation ' androidx.cardview:cardview:1.0.0'
Original file line number Diff line number Diff line change 10
10
<intent
11
11
android : action =" io.github.deweyreed.clipboardcleaner.action.CLEAN"
12
12
android : targetClass =" io.github.deweyreed.clipboardcleaner.IntentActivity"
13
- android : targetPackage =" ${applicationId} " />
13
+ android : targetPackage =" io.github.deweyreed.clipboardcleaner " />
14
14
</shortcut >
15
15
<shortcut
16
16
android : enabled =" true"
22
22
<intent
23
23
android : action =" io.github.deweyreed.clipboardcleaner.action.CONTENT"
24
24
android : targetClass =" io.github.deweyreed.clipboardcleaner.IntentActivity"
25
- android : targetPackage =" ${applicationId} " />
25
+ android : targetPackage =" io.github.deweyreed.clipboardcleaner " />
26
26
</shortcut >
27
- </shortcuts >
27
+ </shortcuts >
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ buildscript {
10
10
dependencies {
11
11
classpath ' com.android.tools.build:gradle:7.3.0'
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
- classpath ' de.timfreiheit.resourceplaceholders:placeholders:0.4'
14
13
15
14
// NOTE: Do not place your application dependencies here; they belong
16
15
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments