Skip to content

Commit

Permalink
update build SDK targets to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Jan 3, 2018
1 parent 5c22de2 commit 2ced17a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
compileSdkVersion 26
buildToolsVersion '26.0.2'
defaultConfig {
applicationId "org.torproject.android"
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 26
}
lintOptions {
checkReleaseBuilds false
Expand Down Expand Up @@ -37,7 +37,7 @@ android {
dimension "free"
minSdkVersion 23
applicationId 'org.torproject.android'
targetSdkVersion 25
targetSdkVersion 26
versionCode 16000004
versionName '16.0.0-BETA-1-multi-SDK23'
}
Expand All @@ -47,7 +47,7 @@ android {
dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
compile project(':orbotservice')
compile 'com.android.support:design:25.4.0'
compile 'com.android.support:design:26.1.0'
compile 'pl.bclogic:pulsator4droid:1.0.3'
compile 'com.github.apl-devs:appintro:v4.2.2'

Expand Down
6 changes: 3 additions & 3 deletions orbotservice/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 25
compileSdkVersion 26
buildToolsVersion '26.0.2'

sourceSets {
Expand All @@ -13,7 +13,7 @@ android {

defaultConfig {
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 26
versionCode 1
versionName "1.0"

Expand All @@ -29,7 +29,7 @@ android {
dependencies {
compile project(':jsocksAndroid')
compile 'org.torproject:tor-android-binary:0.3.1.9a'
compile 'com.android.support:appcompat-v7:25.4.0'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.jrummyapps:android-shell:1.0.1'
compile fileTree(dir: 'libs', include: ['*.jar','*.so'])
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 2ced17a

Please sign in to comment.