Compare commits

..

1 Commits

Author SHA1 Message Date
J-Jamet
b8b106eb65 Remove unused libs and upgrade version 2017-11-18 16:28:29 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 14
targetSdkVersion 25
versionCode = 1
versionName = "2.5.0.0beta1"
versionCode = 2
versionName = "2.5.0.0beta2"
testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "android.test.InstrumentationTestRunner"
@@ -58,7 +58,7 @@ def supportVersion = "25.4.0"
def spongycastleVersion = "1.58.0.0"
dependencies {
androidTestCompile files('libs/junit4.jar')
androidTestCompile "junit:junit:4.12"
compile "com.android.support:appcompat-v7:$supportVersion"
compile "com.android.support:design:$supportVersion"
compile "com.android.support:preference-v7:$supportVersion"

Binary file not shown.

Binary file not shown.