Skip to content

Commit 16c4346

Browse files
committed
Fix gradle.
1 parent 1b59202 commit 16c4346

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

WebTools/run.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
node server.js

activitytasklib/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'maven-publish'
33

4-
task generateSourcesJar(type: Jar){
5-
from android.sourceSets.main.java.srcDirs
6-
classifier 'sources'
7-
}
8-
94
android {
105
namespace "cc.rome753.activitytasklib"
116
compileSdkVersion 31

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727

2828
dependencies {
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'

0 commit comments

Comments
 (0)