Skip to content

Commit d567f99

Browse files
committed
fixing bug
1 parent a93b0d6 commit d567f99

File tree

4 files changed

+7
-56
lines changed

4 files changed

+7
-56
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ dependencies {
3333
//implementation project(":annotations")
3434
testImplementation group: 'org.mockito', name: 'mockito-core', version: '2.10.0'
3535
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
36-
testImplementation "org.robolectric:robolectric:4.2-SNAPSHOT"
3736

3837

3938
implementation fileTree(dir: 'libs', include: ['*.jar'])

app/src/test/java/devmike/jade/com/jadesharedpreference/JadeSharedPrefTest.kt

Lines changed: 0 additions & 53 deletions
This file was deleted.

jadesharedpreference-annotations/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ apply plugin: 'kotlin-kapt'
88

99
apply plugin: 'com.github.dcendents.android-maven'
1010

11-
group='com.github.devmike01.Jadesharedpreference'
11+
//group='com.github.devmike01.Jadesharedpreference'
12+
13+
//groupId: 'com.github.devmike01.Jadesharedpreference'
14+
//artifact id: 'jadesharedpreference-annotations'
1215

1316

1417
android {

jadesharedpreference-compiler/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ apply plugin: 'kotlin-kapt'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55

6-
group='com.github.devmike01.Jadesharedpreference'
6+
//group='com.github.devmike01.Jadesharedpreference'
7+
//groupId: 'com.github.devmike01.Jadesharedpreference'
8+
//artifact id: 'jadesharedpreference-compiler'
79

810
kapt{
911
generateStubs =true

0 commit comments

Comments
 (0)