replace reprint with our custom fork

This commit is contained in:
tibbi 2021-10-10 14:33:13 +02:00
parent dbb437875c
commit 3676de3a77
2 changed files with 1 additions and 2 deletions

View file

@ -34,8 +34,8 @@ dependencies {
implementation 'joda-time:joda-time:2.10.3'
implementation "androidx.exifinterface:exifinterface:1.3.3"
implementation "androidx.biometric:biometric-ktx:1.2.0-alpha03"
implementation 'com.github.ajalt.reprint:core:992870cfff'
api 'com.github.tibbi:reprint:04b2293bd3'
api 'androidx.core:core-ktx:1.6.0'
api 'androidx.appcompat:appcompat:1.3.1'
api 'com.google.android.material:material:1.4.0'

View file

@ -31,5 +31,4 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.github.ajalt.reprint:core:992870cfff'
}