File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- # v2.0.1
1+ ## v2.1.0
2+ - Added Hebrew translation.
3+
4+ ### v2.0.1
25- Fixed crash in writeToParcel on Android 5.0 with RTL language (#21 ).
36- Japenese translation improvements.
47
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222dependencies {
2323 testImplementation ' junit:junit:4.12'
2424
25- implementation ' androidx.appcompat:appcompat:1.0.2 '
25+ implementation ' androidx.appcompat:appcompat:1.1.0 '
2626 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
2727
2828 implementation project(' :calcdialog' )
Original file line number Diff line number Diff line change 1313 siteUrl = ' https://github.com/maltaisn/calcdialoglib'
1414 gitUrl = ' https://github.com/maltaisn/calcdialoglib.git'
1515
16- libraryVersionCode = 13
17- libraryVersion = ' 2.0.1 '
16+ libraryVersionCode = 14
17+ libraryVersion = ' 2.1.0 '
1818
1919 developerId = ' maltaisn'
2020
@@ -52,7 +52,7 @@ tasks.withType(Javadoc).all { enabled = false }
5252dependencies {
5353 testImplementation ' junit:junit:4.12'
5454
55- implementation ' androidx.appcompat:appcompat:1.0.2 '
55+ implementation ' androidx.appcompat:appcompat:1.1.0 '
5656 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
5757}
5858
You can’t perform that action at this time.
0 commit comments