We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6568675 commit 665355cCopy full SHA for 665355c
2 files changed
activitytasklib/build.gradle
@@ -62,7 +62,7 @@ afterEvaluate {
62
// Applies the component for the release build variant.
63
from components.debug
64
groupId = group
65
- artifactId = 'lib'
+ artifactId = 'lib-debug'
66
version = version
67
}
68
app/build.gradle
@@ -26,7 +26,7 @@ android {
26
27
dependencies {
28
debugImplementation project(path: ':activitytasklib')
29
-// debugImplementation "com.github.rome753:ActivityTaskView:lib1.5"
+// debugImplementation "com.github.rome753:ActivityTaskView:lib1.6"
30
implementation 'androidx.appcompat:appcompat:1.1.0'
31
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
32
testImplementation 'junit:junit:4.12'
0 commit comments