1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-08 16:36:10 +00:00

Prepare for Android O

This commit is contained in:
Loic Blot 2017-08-22 10:12:49 +02:00
parent 70ed3a30c6
commit 6c0de1ddef
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -11,7 +11,7 @@ buildscript {
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 25 compileSdkVersion 26
buildToolsVersion "25.0.3" buildToolsVersion "25.0.3"
lintOptions { lintOptions {
@ -21,8 +21,8 @@ android {
defaultConfig { defaultConfig {
applicationId "fr.unix_experience.owncloud_sms" applicationId "fr.unix_experience.owncloud_sms"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 26
maxSdkVersion 25 maxSdkVersion 26
} }
buildTypes { buildTypes {