Merge pull request #697 from nightscout/dependabot/gradle/dev/com.github.guepardoapps-kulid-2.0.0.0

Bump kulid from 1.1.2.0 to 2.0.0.0
This commit is contained in:
Milos Kozak 2021-09-30 10:46:38 +02:00 committed by GitHub
commit f94972f071
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,5 +27,5 @@ dependencies {
implementation "androidx.room:room-runtime:$room_version"
implementation "androidx.room:room-rxjava2:$room_version"
kapt "androidx.room:room-compiler:$room_version"
implementation 'com.github.guepardoapps:kulid:1.1.2.0'
implementation 'com.github.guepardoapps:kulid:2.0.0.0'
}