Skip to content

Commit 00a6e51

Browse files
committed
Update gradle properties and android config in test app
1 parent 44d2c4f commit 00a6e51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ kotlin.code.style=official
22
android.useAndroidX=true
33
org.gradle.jvmargs=-Xmx4g
44

5-
LIBRARY_VERSION=0.1.15
6-
GROUP=co.touchlab-lab.releasetest
5+
LIBRARY_VERSION=0.1.0
6+
GROUP=co.touchlab.kmmbridgespmquickstart

testapps/android/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ val LIBRARY_VERSION:String by project
6363

6464
dependencies {
6565
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}")
6868
} else {
6969
implementation(project(":analytics"))
7070
implementation(project(":breeds"))

0 commit comments

Comments
 (0)