From b2baf75d59fe4bbac218fd989b8dd627eb6a8e2d Mon Sep 17 00:00:00 2001 From: Brian Parent Date: Mon, 6 Nov 2023 06:25:20 -0600 Subject: [PATCH] Added props needed for publishing. --- gradle.properties | 2 +- mr-clean-runtime/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 57c6391..5ec04b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ POM_DEVELOPER_URL=https://github.com/atlassian-labs android.defaults.buildfeatures.buildconfig=true android.enableBuildConfigAsBytecode=true - +SONATYPE_HOST=DEFAULT # AndroidX package structure to make it clearer which packages are bundled with the # Android operating system, and which are packaged with your app's APK diff --git a/mr-clean-runtime/gradle.properties b/mr-clean-runtime/gradle.properties index ec04745..5f501f4 100644 --- a/mr-clean-runtime/gradle.properties +++ b/mr-clean-runtime/gradle.properties @@ -1,3 +1,3 @@ -POM_NAME=Mr. Clean Annotations +POM_NAME=Mr. Clean Runtime POM_ARTIFACT_ID=mr-clean-runtime POM_PACKAGING=jar \ No newline at end of file