mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-06 21:00:35 -04:00
bump version
This commit is contained in:
parent
3c59263a55
commit
a733ac3d44
3 changed files with 2 additions and 7 deletions
|
|
@ -47,7 +47,7 @@ sourceControl {
|
||||||
}
|
}
|
||||||
|
|
||||||
// build.gradle.kts
|
// build.gradle.kts
|
||||||
implementation("com.parkertenbroeck.coroutines:lib:0.1.0")
|
implementation("com.parkertenbroeck.coroutines:lib:0.1.1")
|
||||||
```
|
```
|
||||||
|
|
||||||
This library requires the application be ran with a custom class loader, there is a utility provided to make this easier.
|
This library requires the application be ran with a custom class loader, there is a utility provided to make this easier.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
group = "com.parkertenbroeck.coroutines"
|
group = "com.parkertenbroeck.coroutines"
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,2 @@
|
||||||
plugins {
|
|
||||||
// Apply the foojay-resolver plugin to allow automatic download of JDKs
|
|
||||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
|
|
||||||
}
|
|
||||||
|
|
||||||
rootProject.name = "coroutines"
|
rootProject.name = "coroutines"
|
||||||
include("lib", "app")
|
include("lib", "app")
|
||||||
Loading…
Add table
Add a link
Reference in a new issue