Skip to content

Commit ce246c3

Browse files
committed
build: update to Android Studio 3.1
1 parent 67d1040 commit ce246c3

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ apply plugin: 'kotlin-android'
44
android {
55
compileSdkVersion rootProject.ext.android.COMPILE_SDK_VERSION
66
buildToolsVersion rootProject.ext.android.BUILD_TOOL_VERSION
7+
78
defaultConfig {
89
applicationId "io.neoterm"
910
minSdkVersion rootProject.ext.android.MIN_SDK_VERSION

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ buildscript {
3232

3333
TARGET_SDK_VERSION : 27,
3434

35-
BUILD_TOOL_VERSION : '27.0.2',
35+
BUILD_TOOL_VERSION : '27.0.3',
3636

3737
JUNIT_VERSION : "4.12"
3838
]
@@ -51,9 +51,10 @@ buildscript {
5151
repositories {
5252
maven { url 'https://dl.google.com/dl/android/maven2/' }
5353
jcenter()
54+
google()
5455
}
5556
dependencies {
56-
classpath 'com.android.tools.build:gradle:3.0.1'
57+
classpath 'com.android.tools.build:gradle:3.1.0'
5758
classpath rootProject.ext.deps["kotlin-gradle-plugin"]
5859

5960
// NOTE: Do not place your application dependencies here; they belong

chrome-tabs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
}
2323

2424
dependencies {
25-
compile 'com.github.michael-rapp:android-util:1.15.0'
25+
implementation 'com.github.michael-rapp:android-util:1.15.0'
2626
implementation rootProject.ext.deps["annotations"]
2727
implementation rootProject.ext.deps["appcompat-v7"]
2828
testImplementation rootProject.ext.deps["junit"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Sep 16 12:05:30 CST 2017
1+
#Sun Apr 01 00:43:41 CST 2018
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.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)