X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=db1302221ea1f7adfc6d5402b617340843c01c35;hp=01a301f7427fb19096bad75be96aa361bfad1e4e;hb=0bbdc409d82da31324c031f36607510f17d992e6;hpb=6fc42b662846642af06163456f05ec4154d6b2ad 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' }