mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 06:45:19 +00:00
buildToolsVersion "23.0.1"
This commit is contained in:
@@ -4,7 +4,7 @@ apply plugin: 'eclipse'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 23
|
compileSdkVersion 23
|
||||||
buildToolsVersion "23.0.0"
|
buildToolsVersion "23.0.1"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.zeapo.pwdstore"
|
applicationId "com.zeapo.pwdstore"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
@@ -56,10 +56,10 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:23.0.0'
|
compile 'com.android.support:appcompat-v7:23.0.1'
|
||||||
compile 'com.android.support:recyclerview-v7:23.0.0'
|
compile 'com.android.support:recyclerview-v7:23.0.1'
|
||||||
compile 'com.android.support:cardview-v7:23.0.0'
|
compile 'com.android.support:cardview-v7:23.0.1'
|
||||||
compile 'com.android.support:design:23.0.0'
|
compile 'com.android.support:design:23.0.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') {
|
||||||
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
|
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
|
||||||
|
@@ -22,7 +22,7 @@ allprojects {
|
|||||||
|
|
||||||
ext {
|
ext {
|
||||||
compileSdkVersion = 23
|
compileSdkVersion = 23
|
||||||
buildToolsVersion = "23"
|
buildToolsVersion = "23.0.1"
|
||||||
}
|
}
|
||||||
subprojects { subproject ->
|
subprojects { subproject ->
|
||||||
afterEvaluate{
|
afterEvaluate{
|
||||||
|
Reference in New Issue
Block a user