diff options
author | cyBerta <cyberta@riseup.net> | 2020-12-30 00:58:00 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2020-12-30 00:58:00 +0100 |
commit | 15d5fdba32a1d2ac6468f167848f0d98bb170912 (patch) | |
tree | 8a6c9f56be4abc4fbafb9fbd2f092c93b6b0e4e4 /app/build.gradle | |
parent | b38f2b0f543ef39555812c9d66c5073fd5bb451d (diff) |
replace jetbrains.annotations by androidx.annotations
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index bef08228..423e29b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -447,7 +447,6 @@ configurations.all { config -> } } } - //resolutionStrategy.force "org.jetbrains:annotations:13.0" } subprojects { |