File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
38
38
implementation ' androidx.core:core-ktx:1.3.2'
39
39
implementation ' androidx.appcompat:appcompat:1.2.0'
40
40
implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
41
- implementation ' app.rive:rive-android:0.0.3 '
41
+ implementation project( path : ' :kotlin ' )
42
42
testImplementation ' junit:junit:4.13.2'
43
43
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
44
44
androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ def details = versionDetails()
7
7
ext {
8
8
PUBLISH_GROUP_ID = ' app.rive'
9
9
PUBLISH_VERSION = details. lastTag
10
- PUBLISH_ARTIFACT_ID = ' rive'
10
+ PUBLISH_ARTIFACT_ID = ' rive-android '
11
11
}
12
12
buildscript {
13
13
ext{
You can’t perform that action at this time.
0 commit comments