File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion " 28.0.1 "
4
+ compileSdkVersion 27
5
+ buildToolsVersion " 28.0.3 "
6
6
defaultConfig {
7
7
applicationId " moe.mottomo.apps.cri_ware_unity_hack"
8
8
minSdkVersion 19
9
- targetSdkVersion 23
9
+ targetSdkVersion 27
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -30,12 +30,12 @@ android {
30
30
}
31
31
32
32
dependencies {
33
- implementation fileTree(dir : ' libs ' , include : [' *.jar' ])
33
+ implementation fileTree(include : [' *.jar' ], dir : ' libs ' )
34
34
androidTestImplementation(' com.android.support.test.espresso:espresso-core:2.2.2' , {
35
35
exclude group : ' com.android.support' , module : ' support-annotations'
36
36
})
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 '
40
40
testImplementation ' junit:junit:4.12'
41
41
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.1.3 '
9
+ classpath ' com.android.tools.build:gradle:3.3.2 '
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- # Wed Aug 01 11:31:28 CEST 2018
1
+ # Sat Mar 30 01:43:03 CET 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments