File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ apply plugin: 'kotlin-android'
4
4
android {
5
5
compileSdkVersion rootProject. ext. android. COMPILE_SDK_VERSION
6
6
buildToolsVersion rootProject. ext. android. BUILD_TOOL_VERSION
7
+
7
8
defaultConfig {
8
9
applicationId " io.neoterm"
9
10
minSdkVersion rootProject. ext. android. MIN_SDK_VERSION
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ buildscript {
32
32
33
33
TARGET_SDK_VERSION : 27 ,
34
34
35
- BUILD_TOOL_VERSION : ' 27.0.2 ' ,
35
+ BUILD_TOOL_VERSION : ' 27.0.3 ' ,
36
36
37
37
JUNIT_VERSION : " 4.12"
38
38
]
@@ -51,9 +51,10 @@ buildscript {
51
51
repositories {
52
52
maven { url ' https://dl.google.com/dl/android/maven2/' }
53
53
jcenter()
54
+ google()
54
55
}
55
56
dependencies {
56
- classpath ' com.android.tools.build:gradle:3.0.1 '
57
+ classpath ' com.android.tools.build:gradle:3.1.0 '
57
58
classpath rootProject. ext. deps[" kotlin-gradle-plugin" ]
58
59
59
60
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
22
22
}
23
23
24
24
dependencies {
25
- compile ' com.github.michael-rapp:android-util:1.15.0'
25
+ implementation ' com.github.michael-rapp:android-util:1.15.0'
26
26
implementation rootProject. ext. deps[" annotations" ]
27
27
implementation rootProject. ext. deps[" appcompat-v7" ]
28
28
testImplementation rootProject. ext. deps[" junit" ]
Original file line number Diff line number Diff line change 1
- # Sat Sep 16 12:05:30 CST 2017
1
+ # Sun Apr 01 00:43:41 CST 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-4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
You can’t perform that action at this time.
0 commit comments