File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ apply plugin: 'kotlin-kapt'
99
1010apply plugin : ' com.github.dcendents.android-maven'
1111
12- // group='com.github.devmike01.jadesharedpreference'
12+ group= ' com.github.devmike01.jadesharedpreference'
1313
1414// groupId: 'com.github.devmike01.Jadesharedpreference'
1515// artifact id: 'jadesharedpreference-annotations'
@@ -23,7 +23,6 @@ android {
2323 targetSdkVersion 28
2424 versionCode 1
2525 versionName " 1.0"
26- testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
2726 consumerProguardFiles ' proguard-rules.pro'
2827 }
2928
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
44
55apply plugin : ' com.github.dcendents.android-maven'
66
7- // group='com.github.devmike01.Jadesharedpreference '
7+ group= ' com.github.devmike01.jadesharedpreference '
88
99kapt {
1010 generateStubs = true
You can’t perform that action at this time.
0 commit comments