Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Apr 19, 2016
1 parent b14414c commit eb5fd3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Only two steps are required before coding against the API of Time4A.

```groovy
dependencies {
compile group: 'net.time4j', name: 'time4j-android', version: '3.19-2016c'
compile group: 'net.time4j', name: 'time4j-android', version: '3.19-2016d'
}
```

Expand All @@ -52,6 +52,7 @@ public class MyApplication extends Application {
- Time4A registers a specialized `BroadcastReceiver` in order to track any change to the system timezone.
- The Android version of `TickProvider` deploys the best available clock using `android.os.SystemClock.elapsedRealtimeNanos()`.
- Time-specific format patterns are aware of the user-preference for 12/24-hour-format if the system locale is chosen.
- Proguard is strongly recommended to shrink the size of Time4A.

## Feedback
Feedback is welcome. You can best use the issue-tracker of the main project Time4J for feedback:
Expand Down
2 changes: 1 addition & 1 deletion time4j-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/menodata/Time4A'
gitUrl = 'https://github.com/menodata/Time4A.git'

libraryVersion = '3.19-2016c'
libraryVersion = '3.19-2016d'

developerId = 'mhochschild'
developerName = 'Meno Hochschild'
Expand Down
Binary file not shown.

0 comments on commit eb5fd3a

Please sign in to comment.