Commit 00a6e51 1 parent 44d2c4f commit 00a6e51 Copy full SHA for 00a6e51
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ kotlin.code.style=official
2
2
android.useAndroidX =true
3
3
org.gradle.jvmargs =-Xmx4g
4
4
5
- LIBRARY_VERSION =0.1.15
6
- GROUP =co.touchlab-lab.releasetest
5
+ LIBRARY_VERSION =0.1.0
6
+ GROUP =co.touchlab.kmmbridgespmquickstart
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ val LIBRARY_VERSION:String by project
63
63
64
64
dependencies {
65
65
if (remoteBuild) {
66
- implementation(" ${GROUP } :analytics-android-debug:${LIBRARY_VERSION } .+ " )
67
- implementation(" ${GROUP } :breeds-android-debug:${LIBRARY_VERSION } .+ " )
66
+ implementation(" ${GROUP } :analytics-android-debug:${LIBRARY_VERSION } " )
67
+ implementation(" ${GROUP } :breeds-android-debug:${LIBRARY_VERSION } " )
68
68
} else {
69
69
implementation(project(" :analytics" ))
70
70
implementation(project(" :breeds" ))
You can’t perform that action at this time.
0 commit comments