1
0
Fork 0
mirror of https://gitlab.com/dadada_/uuidgen.git synced 2025-06-09 10:31:42 +02:00

Add Mockk dependency

This commit is contained in:
Tim Schubert 2020-11-09 21:32:12 +01:00
parent 1cf157628e
commit 8b647e2530
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,7 @@
buildscript {
ext.kotlin_version = "1.4.10"
ext.room_version = "2.2.5"
ext.mockk_version = "1.10.2"
repositories {
google()