Skip to content

Commit 03740a7

Browse files
Update dependencies
1 parent ed4b08e commit 03740a7

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ android {
4343

4444
dependencies {
4545

46-
api 'com.google.android.play:core:1.2.0'
46+
api 'com.google.android.play:core:1.3.0'
4747

4848
// Libraries which can be re-used in other modules should use the `api` keyword.
4949
// This way they can be shared with dependent feature modules.
5050

5151
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5252
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'
5454
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818

1919
buildscript {
20-
ext.kotlin_version = '1.2.41'
20+
ext.kotlin_version = '1.2.50'
2121
repositories {
2222
google()
2323
jcenter()
2424
}
2525
dependencies {
26-
classpath 'com.android.tools.build:gradle:3.2.0-alpha15'
26+
classpath 'com.android.tools.build:gradle:3.3.0-alpha03'
2727
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2828

2929
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
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
182
distributionBase=GRADLE_USER_HOME
193
distributionPath=wrapper/dists
204
zipStoreBase=GRADLE_USER_HOME
215
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

0 commit comments

Comments
 (0)