Skip to content

Commit abc5fdc

Browse files
Update Android Gradle plugin to 3.2.0
1 parent 16f9719 commit abc5fdc

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

app/proguard-rules.pro

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Add project specific ProGuard rules here.
2-
# By default, the flags in this file are appended to flags specified
3-
# in /Users/mertsimsek/Library/Android/sdk/tools/proguard/proguard-android.txt
4-
# You can edit the include path and order by changing the proguardFiles
5-
# directive in build.gradle.
2+
# You can control the set of applied configuration files using the
3+
# proguardFiles setting in build.gradle.
64
#
75
# For more details, see
86
# http://developer.android.com/guide/developing/tools/proguard.html
97

10-
# Add any project specific keep options here:
11-
128
# If your project uses WebView with JS, uncomment the following
139
# and specify the fully qualified class name to the JavaScript interface
1410
# class:

build.gradle

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31
buildscript {
4-
52
repositories {
6-
maven { url 'https://maven.google.com' }
3+
google()
74
jcenter()
85
}
96
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.0.0'
11-
12-
// NOTE: Do not place your application dependencies here; they belong
13-
// in the individual module build.gradle files
7+
classpath 'com.android.tools.build:gradle:3.2.0'
148
}
159
}
1610

1711
allprojects {
1812
repositories {
13+
google()
1914
jcenter()
20-
maven { url 'https://maven.google.com' }
2115
}
2216
}
2317

0 commit comments

Comments
 (0)