[android] Removed unused jcip annotations

Signed-off-by: Alexander Borsuk <me@alex.bio>
Co-authored-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Alexander Borsuk
2025-08-25 23:08:36 +02:00
committed by Konstantin Pastbin
parent edb5e44d83
commit d3397d1fba
3 changed files with 0 additions and 5 deletions

View File

@@ -356,7 +356,6 @@ dependencies {
// https://github.com/organicmaps/organicmaps/issues/6106 // https://github.com/organicmaps/organicmaps/issues/6106
implementation libs.google.guava implementation libs.google.guava
implementation libs.appdevnext.androidchart implementation libs.appdevnext.androidchart
implementation libs.jcip.annotations
// Test Dependencies // Test Dependencies
androidTestImplementation libs.androidx.test.junit androidTestImplementation libs.androidx.test.junit

View File

@@ -23,7 +23,6 @@ androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process",
android-material = { module = "com.google.android.material:material", version = "1.12.0" } android-material = { module = "com.google.android.material:material", version = "1.12.0" }
google-guava = { module = "com.google.guava:guava", version = "33.4.8-android" } google-guava = { module = "com.google.guava:guava", version = "33.4.8-android" }
appdevnext-androidchart = { module = "com.github.AppDevNext:AndroidChart", version = "3.1.0.30" } appdevnext-androidchart = { module = "com.github.AppDevNext:AndroidChart", version = "3.1.0.30" }
jcip-annotations = { module = "net.jcip:jcip-annotations", version = "1.0" }
androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.2.1" } androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
junit = { module = "junit:junit", version = "4.13.2" } junit = { module = "junit:junit", version = "4.13.2" }
mockito-core = { module = "org.mockito:mockito-core", version = "5.18.0" } mockito-core = { module = "org.mockito:mockito-core", version = "5.18.0" }

View File

@@ -185,9 +185,6 @@
<li><a href="http://www.digip.org/jansson/">Jansson</a><br> <li><a href="http://www.digip.org/jansson/">Jansson</a><br>
&copy; 2009-2013 Petri Lehtinen; <a href="#mit-license" class="license">MIT License</a></li> &copy; 2009-2013 Petri Lehtinen; <a href="#mit-license" class="license">MIT License</a></li>
<li><a href="http://jcip.net/annotations/doc/net/jcip/annotations/package-summary.html">JCIP annotations</a><br>
&copy; 2005 Brian Goetz and Tim Peierls; <a href="#apache2-license" class="license">Apache License</a></li>
<li><a href="http://libkdtree.alioth.debian.org/">libkdtree++</a><br> <li><a href="http://libkdtree.alioth.debian.org/">libkdtree++</a><br>
&copy; 2004-2007 Martin F. Krafft, parts are &copy; 2004-2008 Paul Harris and &copy; 2007-2008 Sylvain Bougerel; <a href="#artistic-license" class="license">Artistic License</a></li> &copy; 2004-2007 Martin F. Krafft, parts are &copy; 2004-2008 Paul Harris and &copy; 2007-2008 Sylvain Bougerel; <a href="#artistic-license" class="license">Artistic License</a></li>