From c09f6aabbae05b1b36b741a53e819c9bcacd39b3 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Sat, 13 Jul 2024 01:31:41 +0200 Subject: [PATCH 1/3] Prepare next version --- CHANGELOG.md | 4 +++- librarian.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 875e87f..064817b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + + \ No newline at end of file diff --git a/librarian.properties b/librarian.properties index b5af090..3c2e90b 100644 --- a/librarian.properties +++ b/librarian.properties @@ -7,7 +7,7 @@ kdoc.artifactId=kdoc sonatype.backend=Default 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 From 6aafe0dd247876c42ce903906a8384b231857afd Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Sat, 13 Jul 2024 01:45:02 +0200 Subject: [PATCH 2/3] update project name --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index f62a2e7..f79ed66 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,4 +1,4 @@ -rootProject.name = "openfeedback-android-sdk" +rootProject.name = "openfeedback-sdk-kotlin" pluginManagement { listOf(repositories, dependencyResolutionManagement.repositories).forEach { From a260cc04de8888f2081cd6213ff3a5c24cbccd12 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Sat, 13 Jul 2024 01:52:05 +0200 Subject: [PATCH 3/3] fix sonatype backend --- librarian.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librarian.properties b/librarian.properties index 3c2e90b..3970a17 100644 --- a/librarian.properties +++ b/librarian.properties @@ -4,7 +4,7 @@ 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-alpha.0-SNAPSHOT