File tree 3 files changed +13
-11
lines changed
3 files changed +13
-11
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 25
5
- buildToolsVersion " 25 .0.2 "
4
+ compileSdkVersion 27
5
+ buildToolsVersion ' 28 .0.3 '
6
6
defaultConfig {
7
7
applicationId " com.acme.tictactoe"
8
- minSdkVersion 23
9
- targetSdkVersion 25
8
+ minSdkVersion 22
9
+ targetSdkVersion 27
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -20,10 +20,10 @@ android {
20
20
}
21
21
22
22
dependencies {
23
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
- androidTestCompile (' com.android.support.test.espresso:espresso-core:2.2.2' , {
23
+ implementation fileTree(dir : ' libs' , include : [' *.jar' ])
24
+ androidTestImplementation (' com.android.support.test.espresso:espresso-core:2.2.2' , {
25
25
exclude group : ' com.android.support' , module : ' support-annotations'
26
26
})
27
- compile ' com.android.support:appcompat-v7:25 .1.0 '
28
- testCompile ' junit:junit:4.12'
27
+ implementation ' com.android.support:appcompat-v7:27 .1.1 '
28
+ testImplementation ' junit:junit:4.12'
29
29
}
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ google()
6
7
}
7
8
dependencies {
8
- classpath ' com.android.tools.build:gradle:2 .2.3 '
9
+ classpath ' com.android.tools.build:gradle:3 .2.1 '
9
10
10
11
// NOTE: Do not place your application dependencies here; they belong
11
12
// in the individual module build.gradle files
@@ -15,6 +16,7 @@ buildscript {
15
16
allprojects {
16
17
repositories {
17
18
jcenter()
19
+ google()
18
20
}
19
21
}
20
22
Original file line number Diff line number Diff line change 1
- # Mon Dec 28 10:00:20 PST 2015
1
+ # Mon Dec 03 13:46:59 GMT+02:00 2018
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-2.14.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments