Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
belinwu committed Jan 23, 2019
1 parent c85b1e1 commit 0746f64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@

A LiveData for monitoring Android battery.

**DO NOT USE THIS LIBRARY IN PRODUCTION UNTIL V1.0.0 IS RELEASED.**

# Installation

Add the following dependency to your `build.gradle` file:

```groovy
dependencies {
implementation 'com.samelody.livebattery:livebattery:0.1.0'
implementation 'com.samelody.livebattery:livebattery:1.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
def deps = [:]
ext.deps = deps

deps.libVersionCode = 1
deps.libVersionName = "0.1.0"
deps.libVersionCode = 2
deps.libVersionName = "1.0.0"
deps.demoVersionCode = 1
deps.demoVersionName = "0.1.0"
deps.compileSdk = 28
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation deps.kotlin_stdlib
implementation project(':library')
// implementation "com.samelody.livebattery:livebattery:0.1.0"
// implementation "com.samelody.livebattery:livebattery:1.0.0"
implementation deps.appcompat
implementation deps.constraintlayout

Expand Down

0 comments on commit 0746f64

Please sign in to comment.