Skip to content

Commit 749ff08

Browse files
committed
Release v0.1.2
1 parent 3320842 commit 749ff08

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ subprojects {
3838
// Configure publishable modules.
3939
pluginManager.withPlugin("maven-publish") {
4040
group = "io.deepmedia.tools.testing"
41-
version = "0.1.1"
41+
version = "0.1.2"
4242
}
4343

4444
/* tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile::class).configureEach {

readme.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
mavenCentral()
2424
}
2525
dependencies {
26-
classpath("io.deepmedia.tools.testing:plugin:0.1.1")
26+
classpath("io.deepmedia.tools.testing:plugin:0.1.2")
2727
}
2828
}
2929
```
@@ -37,6 +37,20 @@ plugins {
3737
}
3838
```
3939

40+
We also publish development snapshots with version `latest-SNAPSHOT` in sonatype:
41+
42+
```kotlin
43+
buildscript {
44+
repositories {
45+
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
46+
}
47+
dependencies {
48+
classpath("io.deepmedia.tools.testing:plugin:latest-SNAPSHOT")
49+
}
50+
}
51+
```
52+
53+
4054
# Android Native targets
4155

4256
### Requirements

0 commit comments

Comments
 (0)