Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Removing constraint layout dependency because it was not being used, UseProguard is deprecated and removed, R8 enabled.
  • Loading branch information
WaheedNazir authored Dec 11, 2019
1 parent 0777bf1 commit 805c68d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@ android {
buildTypes {
release {
minifyEnabled true
useProguard true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
productFlavors.dev
productFlavors.live
}

debug {
minifyEnabled false
useProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
productFlavors.dev
productFlavors.live
Expand All @@ -50,6 +48,5 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:design:28.0.0'
}

0 comments on commit 805c68d

Please sign in to comment.