diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle index b5a2bdc8..14f245b6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,15 +1,15 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 19 + compileSdkVersion 20 buildToolsVersion "20.0.0" defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 14 - targetSdkVersion 19 - versionCode 2 - versionName "1.0.1" + targetSdkVersion 20 + versionCode 3 + versionName "1.0.2" } buildTypes { release { @@ -25,7 +25,7 @@ repositories { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':libraries:openpgp-api-lib') - compile 'org.eclipse.jgit:org.eclipse.jgit:3.4.+' + compile 'org.eclipse.jgit:org.eclipse.jgit:3.4.1.+' compile 'org.apache.commons:commons-io:1.3.2' compile ('com.fortysevendeg.swipelistview:swipelistview:1.0-SNAPSHOT@aar') { transitive = true |