Skip to content

Commit

Permalink
2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhuvaneshw committed Dec 31, 2023
1 parent 00c0b03 commit a1f5cc9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ dependencies {
implementation(project(":cotask"))
implementation(project(":threadtask"))
implementation(project(":jtask"))
// implementation("com.github.Bhuvaneshw.task:cotask:V1.1.7")
// implementation("com.github.Bhuvaneshw.task:threadtask:V1.1.7")
// implementation("com.github.Bhuvaneshw.task:jtask:V1.1.7")

implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.appcompat:appcompat:1.6.1")
Expand Down
2 changes: 1 addition & 1 deletion cotask/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ afterEvaluate {
from components.release
groupId = 'com.acutecoder'
artifactId = 'cotask'
version = '1.1.9'
version = '2.0.0'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion jtask/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ afterEvaluate {
from components.release
groupId = 'com.acutecoder'
artifactId = 'jtask'
version = '1.1.9'
version = '2.0.0'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion threadtask/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ afterEvaluate {
from components.release
groupId = 'com.acutecoder'
artifactId = 'threadtask'
version = '1.1.9'
version = '2.0.0'
}
}
}
Expand Down

0 comments on commit a1f5cc9

Please sign in to comment.