File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ allprojects {
2323// These are specific to PdCore, but nexusPublishing needs them here:
2424// https://github.com/gradle-nexus/publish-plugin/issues/84
2525group = ' io.github.libpd.android'
26- version = ' 1.4.0 -SNAPSHOT'
26+ version = ' 1.4.1 -SNAPSHOT'
2727
2828// Create a Sonatype user token for these environment variables:
2929// export ORG_GRADLE_PROJECT_sonatypeUsername="<tokenUsername>"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ allprojects {
4545
4646``` gradle
4747dependencies {
48- implementation 'io.github.libpd.android:pd-core:1.4.0 -SNAPSHOT'
48+ implementation 'io.github.libpd.android:pd-core:1.4.1 -SNAPSHOT'
4949}
5050```
5151
Original file line number Diff line number Diff line change 2020 compileSdk = 34
2121 androidxLegacySupportVersion = ' 1.0.0'
2222 ndkVersion = libs. versions. ndk. get()
23- pdCoreVersion = ' 1.4.0 -SNAPSHOT' // Must match version in PdCore/build.gradle
23+ pdCoreVersion = ' 1.4.1 -SNAPSHOT' // Must match version in PdCore/build.gradle
2424}
You can’t perform that action at this time.
0 commit comments