Skip to content

Commit

Permalink
Changed gradle files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lezh1k committed Sep 20, 2018
1 parent 0a00434 commit 1da1cf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
9 changes: 0 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,7 @@ android {
}
}

ext {
supportLibraryVersion = "26.1.0"
}

dependencies {
api "com.android.support:appcompat-v7:${supportLibraryVersion}"
api "com.android.support:support-v4:${supportLibraryVersion}"
api "com.android.support:design:${supportLibraryVersion}"
api "com.android.support:recyclerview-v7:${supportLibraryVersion}"

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
Expand Down
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
buildscript {

repositories {
mavenCentral()
maven {
url "https://maven.google.com"
}
google()
jcenter()
mavenCentral()

}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
Expand All @@ -18,6 +22,7 @@ buildscript {

allprojects {
repositories {
mavenCentral()
maven {
url "https://maven.google.com"
}
Expand Down

0 comments on commit 1da1cf5

Please sign in to comment.