We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5bed8 commit b5bfd87Copy full SHA for b5bfd87
1 file changed
app/build.gradle
@@ -25,8 +25,8 @@ android {
25
}
26
27
dependencies {
28
-// debugImplementation project(path: ':activitytasklib')
29
- debugImplementation "com.github.rome753:ActivityTaskView:lib1.2"
+ debugImplementation project(path: ':activitytasklib')
+// debugImplementation "com.github.rome753:ActivityTaskView:lib1.3"
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