update of libs and version bump
This commit is contained in:
parent
ad431812f3
commit
d57246adb1
3 changed files with 6 additions and 7 deletions
|
@ -9,8 +9,8 @@ android {
|
||||||
applicationId "com.zeapo.pwdstore"
|
applicationId "com.zeapo.pwdstore"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 22
|
targetSdkVersion 22
|
||||||
versionCode 46
|
versionCode 47
|
||||||
versionName "1.2.0.26"
|
versionName "1.2.0.27"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
@ -29,14 +29,14 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:22.2.0'
|
compile 'com.android.support:appcompat-v7:22.2.1'
|
||||||
compile 'com.android.support:recyclerview-v7:22.2.0'
|
compile 'com.android.support:recyclerview-v7:22.2.1'
|
||||||
|
compile 'com.android.support:design:22.2.1'
|
||||||
compile 'org.sufficientlysecure:openpgp-api:7.0'
|
compile 'org.sufficientlysecure:openpgp-api:7.0'
|
||||||
compile 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r'
|
compile 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r'
|
||||||
compile 'com.jcraft:jsch:0.1.53'
|
compile 'com.jcraft:jsch:0.1.53'
|
||||||
compile 'org.apache.commons:commons-io:1.3.2'
|
compile 'org.apache.commons:commons-io:1.3.2'
|
||||||
compile 'com.jayway.android.robotium:robotium-solo:5.3.1'
|
compile 'com.jayway.android.robotium:robotium-solo:5.3.1'
|
||||||
compile 'com.android.support:design:22.2.0'
|
|
||||||
compile 'net.rdrei.android.dirchooser:library:2.1@aar'
|
compile 'net.rdrei.android.dirchooser:library:2.1@aar'
|
||||||
compile group: 'com.google.guava', name: 'guava', version: '18.0'
|
compile group: 'com.google.guava', name: 'guava', version: '18.0'
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:1.2.3'
|
classpath 'com.android.tools.build:gradle:1.3.0'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
include ':app'
|
include ':app'
|
||||||
include ':libraries:openpgp-api-lib'
|
|
||||||
|
|
Loading…
Reference in a new issue