Skip to content

Commit 665355c

Browse files
committed
Fix gradle.
1 parent 6568675 commit 665355c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

activitytasklib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ afterEvaluate {
6262
// Applies the component for the release build variant.
6363
from components.debug
6464
groupId = group
65-
artifactId = 'lib'
65+
artifactId = 'lib-debug'
6666
version = version
6767
}
6868
}

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626

2727
dependencies {
2828
debugImplementation project(path: ':activitytasklib')
29-
// debugImplementation "com.github.rome753:ActivityTaskView:lib1.5"
29+
// debugImplementation "com.github.rome753:ActivityTaskView:lib1.6"
3030
implementation 'androidx.appcompat:appcompat:1.1.0'
3131
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3232
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)