mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 16:25:30 +00:00
Downgraded Apache POI to solve R8 build errors
This commit is contained in:
parent
4a49eb7ca5
commit
cc84705fa0
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ dependencies {
|
|||
def overscroll_version = "1.1.0"
|
||||
def appauth_version = "0.7.1"
|
||||
def jcharset_version = "2.1"
|
||||
def apache_poi = "4.1.2"
|
||||
def apache_poi = "3.17"
|
||||
|
||||
// https://developer.android.com/jetpack/androidx/releases/
|
||||
|
||||
|
|
Loading…
Reference in a new issue