Skip to content
Snippets Groups Projects
Commit e5cd3f45 authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#610 Removed roboelectric and robotimum dependencies and unused dependencies from AboutScreen.

parent a710573d
Branches
Tags
No related merge requests found
......@@ -381,9 +381,6 @@ project(":android") {
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi"
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi-v7a"
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86"
testCompile 'org.robolectric:robolectric:2.3'
androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.3.1'
}
}
......
......@@ -33,12 +33,10 @@ public enum Links {
TABLEXIA_MAIL("Tablexia Mail", "mailto:info@tablexia.cz", LinkGroups.SOCIAL),
TABLEXIA_TWITTER("Tablexia Twitter", "https://twitter.com/tablexia", LinkGroups.SOCIAL),
LIBGDX("libGDX", "https://libgdx.badlogicgames.com/", LinkGroups.LIBRARY),
SDK_MANAGER("sdk-manager-plugin", "https://github.com/JakeWharton/sdk-manager-plugin", LinkGroups.LIBRARY),
MBASSADOR("mbassador", "https://github.com/bennidi/mbassador", LinkGroups.LIBRARY),
JCABI_MANIFESTS("jcabi-manifests", "http://manifests.jcabi.com/", LinkGroups.LIBRARY),
SQLITE("sqlite-jdbc", "https://github.com/xerial/sqlite-jdbc", LinkGroups.LIBRARY),
SQLDROID("sqldroid", "https://github.com/SQLDroid/SQLDroid", LinkGroups.LIBRARY),
ROBOTIUM("robotium", "https://github.com/robotiumtech/robotium", LinkGroups.LIBRARY),
JUNIT("JUnit", "http://junit.org/", LinkGroups.LIBRARY),
ROBOVM("robovm", "https://robovm.com/", LinkGroups.LIBRARY),
LIBGDX_UTILS("libgdx-utils", "https://bitbucket.org/dermetfan/libgdx-utils/wiki/Home", LinkGroups.LIBRARY),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment