diff --git a/app/build.gradle b/app/build.gradle index 55a5a9abfd..3db6685c9a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 26 targetSdkVersion 34 - versionCode 2188 - versionName "0.21.88" + versionCode 2189 + versionName "0.21.89" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -193,7 +193,7 @@ dependencies { implementation 'com.borax12.materialdaterangepicker:library:2.0' implementation 'com.nex3z:toggle-button-group:1.2.3' implementation 'com.caverock:androidsvg-aar:1.4' - implementation('com.opencsv:opencsv:5.9') { + implementation('com.opencsv:opencsv:5.10') { exclude group: 'commons-logging', module: 'commons-logging' }