Force kotlin standard lib to latest version to prevent jetifier issues

This commit is contained in:
Torsten Grote
2023-04-03 17:56:11 -03:00
parent 145117a1dc
commit fbc32830bd
4 changed files with 20 additions and 18 deletions

View File

@@ -118,6 +118,8 @@ dependencies {
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
// force kotlin standard lib to latest version to prevent jetifier issues
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
implementation "org.jsoup:jsoup:$jsoup_version"
implementation 'info.guardianproject.panic:panic:1.0'