Skip to content

Commit ac17961

Browse files
authored
Merge pull request #100 from rive-app/artifactId
setting debug app build back to using local kotlin for dev, and keepi…
2 parents 5a14621 + 7007173 commit ac17961

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation 'androidx.core:core-ktx:1.3.2'
3939
implementation 'androidx.appcompat:appcompat:1.2.0'
4040
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
41-
implementation 'app.rive:rive-android:0.0.3'
41+
implementation project(path: ':kotlin')
4242
testImplementation 'junit:junit:4.13.2'
4343
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
4444
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def details = versionDetails()
77
ext {
88
PUBLISH_GROUP_ID = 'app.rive'
99
PUBLISH_VERSION = details.lastTag
10-
PUBLISH_ARTIFACT_ID = 'rive'
10+
PUBLISH_ARTIFACT_ID = 'rive-android'
1111
}
1212
buildscript {
1313
ext{

0 commit comments

Comments
 (0)