Skip to content

Commit f0436af

Browse files
committed
Version bump
1 parent 422f493 commit f0436af

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
dependencies {
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')

calcdialog/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ext {
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 }
5252
dependencies {
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

0 commit comments

Comments
 (0)