Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Jun 3, 2021
1 parent 81c132d commit 19d03fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ afterEvaluate {
artifact javadocJar

pom {
name = PUBLISH_ARTIFACT_ID
name = PUBLISH_NAME
description = PUBLISH_DESCRIPTION
url = POM_URL
licenses {
Expand Down
3 changes: 2 additions & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ plugins {
}

ext {
PUBLISH_NAME = 'Experiment Android SDK'
PUBLISH_DESCRIPTION = 'Amplitude Experiment client-side SDK for Android'
PUBLISH_GROUP_ID = 'com.amplitude'
PUBLISH_VERSION = '0.0.4'
PUBLISH_VERSION = '1.0.0'
PUBLISH_ARTIFACT_ID = 'experiment-android-client'
}

Expand Down

0 comments on commit 19d03fc

Please sign in to comment.