mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 03:11:30 +00:00
Updated sdk version and support libraries to 23.
This commit is contained in:
parent
6ead7744b0
commit
7d93d75813
1 changed files with 8 additions and 6 deletions
14
build.gradle
14
build.gradle
|
@ -26,9 +26,9 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
compile 'eu.chainfire:libsuperuser:1.0.0.201504231659'
|
||||
compile 'com.android.support:appcompat-v7:22.2.1'
|
||||
compile 'com.android.support:design:22.2.1'
|
||||
compile 'com.android.support:appcompat-v7:22.2.1'
|
||||
compile 'com.android.support:appcompat-v7:23.0.1'
|
||||
compile 'com.android.support:design:23.0.1'
|
||||
compile 'com.android.support:appcompat-v7:23.0.1'
|
||||
compile 'com.android.support:support-v4-preferencefragment:1.0.0@aar'
|
||||
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.4.0'
|
||||
}
|
||||
|
@ -40,13 +40,15 @@ preBuild {
|
|||
project.archivesBaseName = 'syncthing'
|
||||
|
||||
android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "22.0.1"
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion "23.0.0"
|
||||
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.nutomic.syncthingandroid"
|
||||
minSdkVersion 11
|
||||
targetSdkVersion 22
|
||||
targetSdkVersion 23
|
||||
versionCode 72
|
||||
versionName "0.6.6"
|
||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||
|
|
Loading…
Reference in a new issue