Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update README and minor MavenCentral pom file attribute #68

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Parsely Android SDK

[![Maven Central](https://img.shields.io/maven-central/v/com.parsely/parsely.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.parsely%22%20AND%20a:%22parsely%22) [![Assemble project](https://github.com/Parsely/parsely-android/actions/workflows/readme.yml/badge.svg)](https://github.com/Parsely/parsely-android/actions/workflows/readme.yml)
[![Maven Central](https://img.shields.io/maven-central/v/com.parsely/parsely.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.parsely/parsely) [![Assemble project](https://github.com/Parsely/parsely-android/actions/workflows/readme.yml/badge.svg)](https://github.com/Parsely/parsely-android/actions/workflows/readme.yml)

The Parse.ly Android SDK is a Java library providing Parse.ly tracking functionality to native
Android apps. Like any other framework you might include in your project, the Parse.ly SDK provides
Expand All @@ -17,4 +17,4 @@ implementation("com.parsely:parsely:<release_version>")
## Using the SDK

Full instructions and documentation can be found on
the [Parse.ly help page](https://www.parse.ly/help/integration/android-sdk/).
the [Parse.ly help page](https://docs.parse.ly/android-sdk/).
11 changes: 4 additions & 7 deletions publication.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,10 @@ publishing {
developerConnection = 'scm:git:ssh://github.com/Parsely/parsely-android.git'
url = 'https://github.com/Parsely/parsely-android/tree/main'
}

developers {
developer {
id = 'emmettbutler'
name = 'Emmett Butler'
email = '[email protected]'
}

organization {
name = 'Parse.ly'
url = 'https://www.parse.ly/'
}
}
}
Expand Down
Loading