Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 573c97b

Browse files
committed
Added changelog.
1 parent ed4d4ac commit 573c97b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.MD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
## [1.0.0](https://github.com/devsu/gcm-push-client/releases/tag/1.0.0) (2015-12-22)
4+
5+
First release of the GCM Push Client.
6+
7+
+ Initial commit.
8+
+ Added Javadocs.
9+
+ Added Readme and License
10+
+ Added Bintray plugin for gradle.

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 12
1111
targetSdkVersion 23
1212
versionCode 1
13-
versionName "1.0"
13+
versionName "1.0.0"
1414
}
1515
buildTypes {
1616
release {

0 commit comments

Comments
 (0)