File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1+ @ echo off
2+ node server.js
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22apply plugin : ' maven-publish'
33
4- task generateSourcesJar (type : Jar ){
5- from android. sourceSets. main. java. srcDirs
6- classifier ' sources'
7- }
8-
94android {
105 namespace " cc.rome753.activitytasklib"
116 compileSdkVersion 31
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ android {
2727
2828dependencies {
2929 debugImplementation project(path : ' :activitytasklib' )
30- // debugImplementation "com.github.rome753: ActivityTaskView:lib1.6 "
30+ // debugImplementation "com.github.rome753. ActivityTaskView:1.0.0 "
3131 implementation ' androidx.appcompat:appcompat:1.1.0'
3232 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
3333 testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments