File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 1- // Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31buildscript {
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
1711allprojects {
1812 repositories {
13+ google()
1914 jcenter()
20- maven { url ' https://maven.google.com' }
2115 }
2216}
2317
You can’t perform that action at this time.
0 commit comments