summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorzeapo <mohamed@zenadi.com>2014-08-17 02:41:28 +0200
committerzeapo <mohamed@zenadi.com>2014-08-17 02:41:28 +0200
commit5b4d2304bcdf50633cb919602b91390b691af5f3 (patch)
treee771bc5abae8a742ca88c62aa53cdce47645295c /app
parentfb80822c666008e6a5e4c4b299498ff0841a13d4 (diff)
bump to version and compile/target sdk
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle10
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