mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[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:
committed by
Konstantin Pastbin
parent
edb5e44d83
commit
d3397d1fba
@@ -356,7 +356,6 @@ dependencies {
|
||||
// https://github.com/organicmaps/organicmaps/issues/6106
|
||||
implementation libs.google.guava
|
||||
implementation libs.appdevnext.androidchart
|
||||
implementation libs.jcip.annotations
|
||||
|
||||
// Test Dependencies
|
||||
androidTestImplementation libs.androidx.test.junit
|
||||
|
||||
@@ -23,7 +23,6 @@ androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process",
|
||||
android-material = { module = "com.google.android.material:material", version = "1.12.0" }
|
||||
google-guava = { module = "com.google.guava:guava", version = "33.4.8-android" }
|
||||
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" }
|
||||
junit = { module = "junit:junit", version = "4.13.2" }
|
||||
mockito-core = { module = "org.mockito:mockito-core", version = "5.18.0" }
|
||||
|
||||
@@ -185,9 +185,6 @@
|
||||
<li><a href="http://www.digip.org/jansson/">Jansson</a><br>
|
||||
© 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>
|
||||
© 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>
|
||||
© 2004-2007 Martin F. Krafft, parts are © 2004-2008 Paul Harris and © 2007-2008 Sylvain Bougerel; <a href="#artistic-license" class="license">Artistic License</a></li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user