mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
SDK 23
This commit is contained in:
parent
b3166bca50
commit
88f0cddd58
|
@ -3,12 +3,12 @@ apply from: 'copyLibs.gradle' // enable 'copyLibs.gradle' script plugin
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 22
|
compileSdkVersion 23
|
||||||
buildToolsVersion "22.0.1"
|
buildToolsVersion "23.0.0"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.zeapo.pwdstore"
|
applicationId "com.zeapo.pwdstore"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 22
|
targetSdkVersion 23
|
||||||
versionCode 50
|
versionCode 50
|
||||||
versionName "1.2.0.30"
|
versionName "1.2.0.30"
|
||||||
}
|
}
|
||||||
|
@ -29,10 +29,10 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:22.2.1'
|
compile 'com.android.support:appcompat-v7:23.0.0'
|
||||||
compile 'com.android.support:recyclerview-v7:22.2.1'
|
compile 'com.android.support:recyclerview-v7:23.0.0'
|
||||||
compile 'com.android.support:cardview-v7:22.2.1'
|
compile 'com.android.support:cardview-v7:23.0.0'
|
||||||
compile 'com.android.support:design:22.2.1'
|
compile 'com.android.support:design:23.0.0'
|
||||||
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'
|
||||||
|
|
|
@ -21,8 +21,8 @@ allprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
compileSdkVersion = 22
|
compileSdkVersion = 23
|
||||||
buildToolsVersion = "22"
|
buildToolsVersion = "23"
|
||||||
}
|
}
|
||||||
subprojects { subproject ->
|
subprojects { subproject ->
|
||||||
afterEvaluate{
|
afterEvaluate{
|
||||||
|
|
Loading…
Reference in a new issue