Skip to content

Commit 665b6d0

Browse files
authored
Merge branch 'master' into 1006-fix-collect-dirty-children
2 parents 240d903 + 7cff2ae commit 665b6d0

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

README.md

+18-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Parse SDK for Android
1+
![parse-repository-header-sdk-android](https://user-images.githubusercontent.com/5673677/138284986-844b692c-d976-4370-a840-0ada5de8a8bf.png)
2+
3+
---
24

35
[![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)
46
[![Snyk Badge](https://snyk.io/test/github/parse-community/Parse-SDK-Android/badge.svg)](https://snyk.io/test/github/parse-community/Parse-SDK-Android)
@@ -18,10 +20,19 @@
1820

1921
---
2022

21-
A library that gives you access to the powerful Parse Server backend from your Android app.
22-
For more information about Parse and its features, see [the website](https://parseplatform.org/), [getting started][guide], and [blog](https://blog.parseplatform.org/).
23+
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/).
24+
25+
---
26+
27+
- [Getting Started](#getting-started)
28+
- [Add Dependency](#add-dependency)
29+
- [Setup](#setup)
30+
- [Contributing](#contributing)
31+
- [More Parse Android Projects](#more-parse-android-projects)
2332

24-
## Dependency
33+
# Getting Started
34+
35+
## Add Dependency
2536

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

@@ -60,7 +71,7 @@ dependencies {
6071

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

63-
### Setup
74+
## Setup
6475

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

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

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

100-
## How Do I Contribute?
111+
# Contributing
101112

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

104-
## Other Parse Projects
115+
# More Parse Android Projects
105116
These are other official libraries we made that can help you create your Parse app.
106117

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

117-
## License
118-
119-
Copyright (c) 2015-present, Parse, LLC.
120-
All rights reserved.
121-
122-
This source code is licensed under the BSD-style license found in the
123-
LICENSE file in the root directory of this source tree. An additional grant
124-
of patent rights can be found in the PATENTS file in the same directory.
125-
126128
---
127129

128130
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.

release.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async function readFile(filePath) {
109109

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

0 commit comments

Comments
 (0)