Skip to content

Commit

Permalink
Prepare next dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 12, 2024
1 parent fa99899 commit e4a2bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Uri KMP

[![Download](https://img.shields.io/maven-central/v/com.eygraber/uri-kmp/0.0.16)](https://search.maven.org/artifact/com.eygraber/uri-kmp)
[![Download](https://img.shields.io/maven-central/v/com.eygraber/uri-kmp/0.0.17)](https://search.maven.org/artifact/com.eygraber/uri-kmp)

Most of this work is derived from AOSP's `Uri`:

Expand All @@ -19,15 +19,15 @@ Groovy
repositories {
mavenCentral()
}
implementation 'com.eygraber:uri-kmp:0.0.16'
implementation 'com.eygraber:uri-kmp:0.0.17'
```

Kotlin
```
repositories {
mavenCentral()
}
implementation("com.eygraber:uri-kmp:0.0.16")
implementation("com.eygraber:uri-kmp:0.0.17")
```

#### Snapshots
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops
kotlin.daemon.jvm.options=-Xmx2g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -XX:+UseParallelGC -XX:MetaspaceSize=256m -Dfile.encoding=UTF-8

group=com.eygraber
version=0.0.17-SNAPSHOT
version=0.0.18-SNAPSHOT

POM_URL=https://github.com/eygraber/uri-kmp/
POM_SCM_URL=https://github.com/eygraber/uri-kmp/
Expand Down

0 comments on commit e4a2bb7

Please sign in to comment.