We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9fef8 commit 91ebb50Copy full SHA for 91ebb50
2 files changed
README.md
@@ -33,7 +33,7 @@ Only two steps are required before coding against the API of Time4A.
33
34
```groovy
35
dependencies {
36
- compile group: 'net.time4j', name: 'time4j-android', version: '3.20-2016d'
+ compile group: 'net.time4j', name: 'time4j-android', version: '3.21-2016e'
37
}
38
```
39
time4j-android/build.gradle
@@ -13,7 +13,7 @@ ext {
13
siteUrl = 'https://github.com/menodata/Time4A'
14
gitUrl = 'https://github.com/menodata/Time4A.git'
15
16
- libraryVersion = '3.20-2016d'
+ libraryVersion = '3.21-2016e'
17
18
developerId = 'mhochschild'
19
developerName = 'Meno Hochschild'
0 commit comments