Skip to content

Commit

Permalink
Merge branch 'master' into 1006-fix-collect-dirty-children
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Nov 3, 2021
2 parents 240d903 + 7cff2ae commit 665b6d0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
34 changes: 18 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Parse SDK for Android
![parse-repository-header-sdk-android](https://user-images.githubusercontent.com/5673677/138284986-844b692c-d976-4370-a840-0ada5de8a8bf.png)

---

[![Build Status](https://github.com/parse-community/Parse-SDK-Android/workflows/ci/badge.svg?branch=master)](https://github.com/parse-community/Parse-SDK-Android/actions?query=workflow%3Aci+branch%3Amaster)
[![Snyk Badge](https://snyk.io/test/github/parse-community/Parse-SDK-Android/badge.svg)](https://snyk.io/test/github/parse-community/Parse-SDK-Android)
Expand All @@ -18,10 +20,19 @@

---

A library that gives you access to the powerful Parse Server backend from your Android app.
For more information about Parse and its features, see [the website](https://parseplatform.org/), [getting started][guide], and [blog](https://blog.parseplatform.org/).
A library that gives you access to the powerful Parse Server backend from your Android app. For more information about Parse and its features, see [the website](https://parseplatform.org/), [getting started][guide], and [blog](https://blog.parseplatform.org/).

---

- [Getting Started](#getting-started)
- [Add Dependency](#add-dependency)
- [Setup](#setup)
- [Contributing](#contributing)
- [More Parse Android Projects](#more-parse-android-projects)

## Dependency
# Getting Started

## Add Dependency

Add this in your root `build.gradle` file (**not** your module `build.gradle` file):

Expand Down Expand Up @@ -60,7 +71,7 @@ dependencies {

replacing `latest.version.here` with the latest released version (see JitPack badge above).

### Setup
## Setup

Initialize Parse in a custom class that extends `Application`:

Expand Down Expand Up @@ -97,11 +108,11 @@ Note that if you are testing with a server using `http`, you will need to add `a

See the [guide][guide] for the rest of the SDK usage.

## How Do I Contribute?
# Contributing

We want to make contributing to this project as easy and transparent as possible. Please refer to the [Contribution Guidelines](CONTRIBUTING.md).

## Other Parse Projects
# More Parse Android Projects
These are other official libraries we made that can help you create your Parse app.

- [ParseGoogleUtils](/google) - Google login/signup.
Expand All @@ -114,15 +125,6 @@ These are other official libraries we made that can help you create your Parse a
- [ParseLiveQuery](https://github.com/parse-community/ParseLiveQuery-Android) - Realtime query subscription.
- [ParseUI](https://github.com/parse-community/ParseUI-Android) - Prebuilt UI elements.

## License

Copyright (c) 2015-present, Parse, LLC.
All rights reserved.

This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.

---

As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async function readFile(filePath) {

function getReleaseComment() {
const url = repositoryUrl + '/releases/tag/${nextRelease.gitTag}';
let comment = '🎉 This pull request has been released in version [${nextRelease.version}](' + url + ')';
let comment = '🎉 This change has been released in version [${nextRelease.version}](' + url + ')';
return comment;
}

Expand Down

0 comments on commit 665b6d0

Please sign in to comment.