Skip to content

Commit a3186f6

Browse files
committed
Migrated to AndroidX
1 parent f39604e commit a3186f6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.4.0
2+
- Migrated to AndroidX.
3+
14
### v1.3.1
25
- Fixed library dependencies not being added to the project
36

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A fully customizable calculator dialog for Android compatible with API 16. Can b
66

77
Replace `X.Y.Z` with lastest version number: [ ![Download](https://api.bintray.com/packages/maltaisn/calc-dialog/calc-dialog/images/download.svg) ](https://bintray.com/maltaisn/calc-dialog/calc-dialog/_latestVersion)
88

9+
If you haven't migrated to AndroidX, use version 1.3.2. Versions 1.4.0 and up use AndroidX.
10+
911
## Tutorial
1012
- **Get started on the wiki page [Using the dialog](https://github.com/maltaisn/calcdialoglib/wiki/Using-the-dialog).**
1113
- Customize the dialog's behavior by [changing its settings](https://github.com/maltaisn/calcdialoglib/wiki/Calculator-settings).

calcdialog/build.gradle

Lines changed: 2 additions & 2 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 = 9
17-
libraryVersion = '1.3.1'
16+
libraryVersionCode = 10
17+
libraryVersion = '1.4.0'
1818

1919
developerId = 'maltaisn'
2020

0 commit comments

Comments
 (0)