Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit 531a178

Browse files
authored
Merge pull request #28 from 2tu/develop
0.3.4
2 parents f2700de + 8477083 commit 531a178

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22

3-
### Version 0.3.3(2017-06-05)
3+
### Version 0.3.4(2017-06-06)
44

55
* Fix:compileOnly auto-service.
66
* Removed Deprecated method from Fit.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Add the following dependency to your `build.gradle` file:
1919

2020
```
2121
dependencies {
22-
compile 'com.github.2tu.fit:fit:0.3.3'
23-
annotationProcessor 'com.github.2tu.fit:fit-compiler:0.3.3'
22+
compile 'com.github.2tu.fit:fit:0.3.4'
23+
annotationProcessor 'com.github.2tu.fit:fit-compiler:0.3.4'
2424
//use apt
25-
//apt 'com.github.2tu.fit:fit-compiler:0.3.3'
25+
//apt 'com.github.2tu.fit:fit-compiler:0.3.4'
2626
}
2727
```
2828

0 commit comments

Comments
 (0)