Skip to content

Commit 491e57f

Browse files
committed
version update
1 parent 2937483 commit 491e57f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ at [IANA](http://www.iana.org/time-zones). On the other side: If you really want
2727
data in parallel. Time4A gives you the freedom which timezone data to use.
2828

2929
## Any disadvantages?
30-
Yes, Time4A is rather big in terms of method count and size (although still much smaller than ICU4J). However, you can
31-
apply Proguard to strongly shrink the size. And future versions of Time4A might be modularized allowing you to only
32-
install the parts you needed.
30+
Yes, Time4A is rather big in terms of method count and size due to a lot of features (although still much smaller than ICU4J).
31+
However, you can apply Proguard to strongly shrink the size. And future versions of Time4A might be modularized allowing you
32+
to only install the parts you needed.
3333

3434
## Usage
3535
Only two steps are required before coding against the API of Time4A.
@@ -38,7 +38,7 @@ Only two steps are required before coding against the API of Time4A.
3838

3939
```groovy
4040
dependencies {
41-
compile group: 'net.time4j', name: 'time4j-android', version: '3.34-2017b'
41+
compile group: 'net.time4j', name: 'time4j-android', version: '3.35-2017b'
4242
}
4343
```
4444

time4j-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/menodata/Time4A'
1414
gitUrl = 'https://github.com/menodata/Time4A.git'
1515

16-
libraryVersion = '3.34-2017b'
16+
libraryVersion = '3.35-2017b'
1717

1818
developerId = 'mhochschild'
1919
developerName = 'Meno Hochschild'

time4j-android/src/main/java/net/time4j/android/ApplicationStarter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ public class ApplicationStarter {
6060

6161
//~ Statische Felder/Initialisierungen --------------------------------
6262

63-
private static final String VERSION = "v3.34-2017b";
63+
private static final String VERSION = "v3.35-2017b";
6464
private static final int RELEASE_YEAR = 2017;
6565
private static final int RELEASE_MONTH = 9;
66-
private static final int RELEASE_DAY = 10;
66+
private static final int RELEASE_DAY = 25;
6767
private static final String TIME4A = "time4a";
6868

6969
private static final AtomicBoolean PREPARED = new AtomicBoolean(false);

0 commit comments

Comments
 (0)