Skip to content

Commit b5bfd87

Browse files
committed
Fix gradle.
1 parent 1a5bed8 commit b5bfd87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
}
2626

2727
dependencies {
28-
// debugImplementation project(path: ':activitytasklib')
29-
debugImplementation "com.github.rome753:ActivityTaskView:lib1.2"
28+
debugImplementation project(path: ':activitytasklib')
29+
// debugImplementation "com.github.rome753:ActivityTaskView:lib1.3"
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)