Skip to content

Commit aa195f8

Browse files
committed
Fixing artifact bugs -testing
1 parent 043c3da commit aa195f8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ allprojects {
2222
google()
2323
jcenter()
2424

25+
maven {
26+
name "jitpack"
27+
url "https://jitpack.io"
28+
}
29+
2530
maven { url 'https://jitpack.io' }
2631
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
2732
}

jadesharedpreference-annotations/build.gradle

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

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

11-
group='com.github.devmike01.jadesharedpreference-annotations'
11+
group='com.github.devmike01.Jadesharedpreference.jadesharedpreference-annotations'
1212

1313

1414
android {

jadesharedpreference-compiler/build.gradle

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

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

6-
group='com.github.devmike01.jadesharedpreference-compiler'
6+
group='com.github.devmike01.Jadesharedpreference.jadesharedpreference-compiler'
77

88
kapt{
99
generateStubs =true

0 commit comments

Comments
 (0)