Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Further changes to build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadefire committed Oct 8, 2017
1 parent 3d3992f commit 0d66ab6
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ buildscript {
repositories {
jcenter()
google()
maven {
url 'https://maven.google.com'
}
maven { url 'https://maven.google.com' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
Expand All @@ -18,18 +16,15 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 2
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
repositories {
jcenter()
google()
maven { url 'https://maven.google.com' }
}
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.4.0'
}

0 comments on commit 0d66ab6

Please sign in to comment.