Tools update
This commit is contained in:
parent
943a608488
commit
c5d08085e1
4 changed files with 98 additions and 101 deletions
|
@ -1,12 +1,12 @@
|
|||
apply plugin: 'com.android.application'
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion "27.0.3"
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "28.0.1"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.ab.x48"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 24
|
||||
targetSdkVersion 25
|
||||
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.1.2'
|
||||
classpath 'com.android.tools.build:gradle:3.1.3'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
## This file is automatically generated by Android Studio.
|
||||
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
||||
#
|
||||
# This file must *NOT* be checked into Version Control Systems,
|
||||
## This file must *NOT* be checked into Version Control Systems,
|
||||
# as it contains information specific to your local configuration.
|
||||
#
|
||||
# Location of the SDK. This is only used by Gradle.
|
||||
# For customization when using a Version Control System, please read the
|
||||
# header note.
|
||||
#Sun Feb 21 18:22:33 CET 2016
|
||||
ndk.dir=/Users/shagrath/Applications/sdk/ndk-bundle
|
||||
sdk.dir=/Users/shagrath/Applications/sdk
|
||||
#Sun Jul 29 15:08:46 CEST 2018
|
||||
ndk.dir=/Users/shagrath/Library/Android/sdk/ndk-bundle
|
||||
sdk.dir=/Users/shagrath/Library/Android/sdk
|
||||
|
|
Loading…
Reference in a new issue