File tree Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ android {
43
43
44
44
dependencies {
45
45
46
- api ' com.google.android.play:core:1.2 .0'
46
+ api ' com.google.android.play:core:1.3 .0'
47
47
48
48
// Libraries which can be re-used in other modules should use the `api` keyword.
49
49
// This way they can be shared with dependent feature modules.
50
50
51
51
api " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
52
52
api ' com.android.support:appcompat-v7:27.1.1'
53
- api ' com.android.support.constraint:constraint-layout:1.1.0 '
53
+ api ' com.android.support.constraint:constraint-layout:1.1.2 '
54
54
}
Original file line number Diff line number Diff line change 17
17
// Top-level build file where you can add configuration options common to all sub-projects/modules.
18
18
19
19
buildscript {
20
- ext. kotlin_version = ' 1.2.41 '
20
+ ext. kotlin_version = ' 1.2.50 '
21
21
repositories {
22
22
google()
23
23
jcenter()
24
24
}
25
25
dependencies {
26
- classpath ' com.android.tools.build:gradle:3.2 .0-alpha15 '
26
+ classpath ' com.android.tools.build:gradle:3.3 .0-alpha03 '
27
27
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
28
28
29
29
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
- #
2
- # Copyright 2018 Google LLC.
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
- #
16
-
17
- # Sat Apr 21 09:03:09 CEST 2018
1
+ # Fri Jul 13 16:55:37 BST 2018
18
2
distributionBase =GRADLE_USER_HOME
19
3
distributionPath =wrapper/dists
20
4
zipStoreBase =GRADLE_USER_HOME
21
5
zipStorePath =wrapper/dists
22
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.9-rc-1 -all.zip
You can’t perform that action at this time.
0 commit comments