Add what-the-stack library (#1767)

This commit is contained in:
Rafał Borcz 2022-01-28 12:07:48 +01:00 committed by GitHub
parent 40e0934504
commit de9fcb9af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,6 +246,7 @@ dependencies {
debugImplementation "com.github.ChuckerTeam.Chucker:library:$chucker"
debugImplementation 'com.github.amitshekhariitbhu.Android-Debug-Database:debug-db:1.0.6'
debugImplementation 'com.github.haroldadmin:WhatTheStack:1.0.0-alpha02'
testImplementation "junit:junit:4.13.2"
testImplementation "io.mockk:mockk:$mockk"