X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=db1302221ea1f7adfc6d5402b617340843c01c35;hp=01a301f7427fb19096bad75be96aa361bfad1e4e;hb=14873dbc3aa249dc5af735c8906be1a19b5f7dda;hpb=7b0001951ebea2e0cd352bdfca322e9b43ecac64 diff --git a/app/build.gradle b/app/build.gradle index 01a301f7..db130222 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,4 +54,5 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' + implementation 'org.jetbrains:annotations:15.0' }