mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
update of libs and version bump
This commit is contained in:
@@ -9,8 +9,8 @@ android {
|
||||
applicationId "com.zeapo.pwdstore"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 22
|
||||
versionCode 46
|
||||
versionName "1.2.0.26"
|
||||
versionCode 47
|
||||
versionName "1.2.0.27"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
@@ -29,14 +29,14 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:appcompat-v7:22.2.0'
|
||||
compile 'com.android.support:recyclerview-v7:22.2.0'
|
||||
compile 'com.android.support:appcompat-v7:22.2.1'
|
||||
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.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r'
|
||||
compile 'com.jcraft:jsch:0.1.53'
|
||||
compile 'org.apache.commons:commons-io:1.3.2'
|
||||
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 group: 'com.google.guava', name: 'guava', version: '18.0'
|
||||
}
|
||||
|
@@ -6,7 +6,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
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
|
||||
// in the individual module build.gradle files
|
||||
|
@@ -1,2 +1 @@
|
||||
include ':app'
|
||||
include ':libraries:openpgp-api-lib'
|
||||
|
Reference in New Issue
Block a user