Skip to content

Commit

Permalink
prepare to upload to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
lingol committed Oct 26, 2021
1 parent cfa6529 commit 91ab324
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Android/MMKV/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ org.gradle.jvmargs=-Xmx1536m

VERSION_NAME_PREFIX=1.2.11
#VERSION_NAME_SUFFIX=-SNAPSHOT
VERSION_NAME_SUFFIX=
VERSION_NAME_SUFFIX=

RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2
SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots
4 changes: 2 additions & 2 deletions Android/MMKV/mmkv/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply from: rootProject.file('gradle/build_library.gradle')

android {
// defaultPublishConfig "DefaultCppRelease"
defaultPublishConfig "StaticCppRelease"
defaultPublishConfig "DefaultCppRelease"
// defaultPublishConfig "StaticCppRelease"
// defaultPublishConfig "SharedCppRelease"

defaultConfig {
Expand Down

0 comments on commit 91ab324

Please sign in to comment.