Skip to content

Commit cf05028

Browse files
committed
fixing bug
1 parent 352e5bb commit cf05028

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

annotations/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
apply plugin: 'kotlin'
22

3-
apply plugin: 'com.github.dcendents.android-maven'
4-
5-
group='com.github.devmike01.Jadesharedpreference'
63

74
dependencies {
85
implementation fileTree(dir: 'libs', include: ['*.jar'])

jadesharedpreference-annotations/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ apply plugin: 'kotlin-android-extensions'
66

77
apply plugin: 'kotlin-kapt'
88

9-
10-
apply plugin: 'com.github.dcendents.android-maven'
11-
12-
group='com.github.devmike01.Jadesharedpreference'
9+
//group='com.github.devmike01.jadesharedpreference'
1310

1411
//groupId: 'com.github.devmike01.Jadesharedpreference'
1512
//artifact id: 'jadesharedpreference-annotations'

jadesharedpreference-compiler/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ apply plugin: 'kotlin-kapt'
33
apply plugin: 'kotlin-android-extensions'
44

55

6-
apply plugin: 'com.github.dcendents.android-maven'
6+
//apply plugin: 'com.github.dcendents.android-maven'
77

8-
group='com.github.devmike01.Jadesharedpreference'
8+
//group='com.github.devmike01.Jadesharedpreference'
99

1010
kapt{
1111
generateStubs =true

0 commit comments

Comments
 (0)