mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 07:11:11 +01:00
app shortcut for Android N
This commit is contained in:
parent
e0a6c79836
commit
7327c279af
10 changed files with 31 additions and 3 deletions
|
|
@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
|
|||
apply plugin: 'android-apt'
|
||||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion "24.0.3"
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.2"
|
||||
|
||||
def VERSION_CODE = 15
|
||||
def VERSION_NAME = "0.2.5"
|
||||
|
|
@ -13,7 +13,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 24
|
||||
targetSdkVersion 25
|
||||
|
||||
buildConfigField "boolean", "IS_TEST_BUILD", "false"
|
||||
buildConfigField "boolean", "IS_GPLAY_BUILD", "false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue