Skip to content

Commit

Permalink
Update to support-v4:27.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Feb 23, 2020
1 parent 0cf0092 commit 65b97c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions poitest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ repositories {

dependencies {
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.android.support:support-v4:27.1.0'
implementation 'com.android.support:support-v4:27.1.1'
// commons-text 1.8 fails due to Java 8 dependency
implementation 'org.apache.commons:commons-text:1.3'
// for unit-tests copied from Apache POI source
// for unit-tests copied from Apache POI source, 1.64 did not work!
implementation 'org.bouncycastle:bcpkix-jdk15on:1.59'

// newer versions of xmlsec are compiled with JDK 8 which does not work in Android Studio 2.x!
Expand Down

0 comments on commit 65b97c2

Please sign in to comment.