Skip to content

Commit b9e5ad1

Browse files
committed
Updated to latest toolchain versions (SDK, NDK, Gradle, Android Support, etc.)
1 parent 416049c commit b9e5ad1

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

app/build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "28.0.1"
4+
compileSdkVersion 27
5+
buildToolsVersion "28.0.3"
66
defaultConfig {
77
applicationId "moe.mottomo.apps.cri_ware_unity_hack"
88
minSdkVersion 19
9-
targetSdkVersion 23
9+
targetSdkVersion 27
1010
versionCode 1
1111
versionName "1.0"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -30,12 +30,12 @@ android {
3030
}
3131

3232
dependencies {
33-
implementation fileTree(dir: 'libs', include: ['*.jar'])
33+
implementation fileTree(include: ['*.jar'], dir: 'libs')
3434
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
3535
exclude group: 'com.android.support', module: 'support-annotations'
3636
})
37-
implementation 'com.android.support:appcompat-v7:23.4.0'
38-
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
39-
implementation 'com.android.support:design:23.4.0'
37+
implementation 'com.android.support:appcompat-v7:27.1.1'
38+
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
39+
implementation 'com.android.support:design:27.1.1'
4040
testImplementation 'junit:junit:4.12'
4141
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.3'
9+
classpath 'com.android.tools.build:gradle:3.3.2'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Aug 01 11:31:28 CEST 2018
1+
#Sat Mar 30 01:43:03 CET 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip

0 commit comments

Comments
 (0)