Skip to content

Commit

Permalink
Merge pull request #68 from Parsely/update_documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba authored Sep 13, 2023
2 parents b3e7b68 + 8242a23 commit 57477d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
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

0 comments on commit 57477d8

Please sign in to comment.