diff --git a/WebTools/run.bat b/WebTools/run.bat new file mode 100644 index 0000000..98bee72 --- /dev/null +++ b/WebTools/run.bat @@ -0,0 +1,2 @@ +@echo off +node server.js \ No newline at end of file diff --git a/activitytasklib/build.gradle b/activitytasklib/build.gradle index 15e5e99..0857324 100644 --- a/activitytasklib/build.gradle +++ b/activitytasklib/build.gradle @@ -1,11 +1,6 @@ apply plugin: 'com.android.library' apply plugin: 'maven-publish' -task generateSourcesJar(type: Jar){ - from android.sourceSets.main.java.srcDirs - classifier 'sources' -} - android { namespace "cc.rome753.activitytasklib" compileSdkVersion 31 diff --git a/app/build.gradle b/app/build.gradle index 4941706..fb002e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { dependencies { debugImplementation project(path: ':activitytasklib') -// debugImplementation "com.github.rome753:ActivityTaskView:lib1.6" +// debugImplementation "com.github.rome753.ActivityTaskView:1.0.0" implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' testImplementation 'junit:junit:4.12'