Skip to content

Commit

Permalink
Remove unused libs and upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Jamet committed Nov 18, 2017
1 parent 64a4f43 commit b8b106e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Binary file removed app/libs/ant-contrib-0.3.jar
Binary file not shown.
Binary file removed app/libs/junit4.jar
Binary file not shown.

0 comments on commit b8b106e

Please sign in to comment.