Skip to content

Commit

Permalink
Fix gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
rome753 committed Feb 5, 2024
1 parent 1b59202 commit 16c4346
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions WebTools/run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
node server.js
5 changes: 0 additions & 5 deletions activitytasklib/build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 16c4346

Please sign in to comment.