File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/java/net/time4j/android Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ at [IANA](http://www.iana.org/time-zones). On the other side: If you really want
2727data 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
3535Only 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
4040dependencies {
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
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments