Tools update

This commit is contained in:
shagrath 2018-07-29 15:20:37 +02:00
parent 943a608488
commit c5d08085e1
4 changed files with 98 additions and 101 deletions

View file

@ -1,12 +1,12 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 24 compileSdkVersion 25
buildToolsVersion "27.0.3" buildToolsVersion "28.0.1"
defaultConfig { defaultConfig {
applicationId "org.ab.x48" applicationId "org.ab.x48"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 24 targetSdkVersion 25
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View file

@ -6,7 +6,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.1.2' classpath 'com.android.tools.build:gradle:3.1.3'
} }
} }

View file

@ -1,12 +1,9 @@
## This file is automatically generated by Android Studio. ## This file must *NOT* be checked into Version Control Systems,
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration. # as it contains information specific to your local configuration.
# #
# Location of the SDK. This is only used by Gradle. # Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the # For customization when using a Version Control System, please read the
# header note. # header note.
#Sun Feb 21 18:22:33 CET 2016 #Sun Jul 29 15:08:46 CEST 2018
ndk.dir=/Users/shagrath/Applications/sdk/ndk-bundle ndk.dir=/Users/shagrath/Library/Android/sdk/ndk-bundle
sdk.dir=/Users/shagrath/Applications/sdk sdk.dir=/Users/shagrath/Library/Android/sdk