Skip to content

Commit

Permalink
Merge pull request #33 from paug/prepare-next-version
Browse files Browse the repository at this point in the history
Prepare version 1.0.0-alpha.0-SNAPSHOT
  • Loading branch information
martinbonnin authored Jul 12, 2024
2 parents a8d87f1 + a260cc0 commit 3f82d17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Next version (unreleased)

Bugfixes and performance improvements!
- [#29] Clean Gradle config, move to Lyricist and AndroidX ViewModel, clean ViewModel code, add api text files


4 changes: 2 additions & 2 deletions librarian.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ kotlin.compatibility=2.0.0
kdoc.olderVersions=
kdoc.artifactId=kdoc

sonatype.backend=Default
sonatype.backend=S01

pom.groupId=io.openfeedback
pom.version=1.0.0-SNAPSHOT
pom.version=1.0.0-alpha.0-SNAPSHOT
pom.description=openfeedback-sdk-kotlin
pom.vcsUrl=https://github.com/paug/openfeedback-sdk-kotlin
pom.developer=openfeedback-sdk-kotlin authors
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = "openfeedback-android-sdk"
rootProject.name = "openfeedback-sdk-kotlin"

pluginManagement {
listOf(repositories, dependencyResolutionManagement.repositories).forEach {
Expand Down

0 comments on commit 3f82d17

Please sign in to comment.