Skip to content

Commit

Permalink
disable proguard for now
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 20, 2020
1 parent 8106dc4 commit e54adef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

val versionMajor = 1
val versionMinor = 2
val versionPatch = 9
val versionPatch = 10

fun checkGoogleServices() {
val target = project.file("google-services.json")
Expand Down Expand Up @@ -64,8 +64,8 @@ extensions.findByType(BaseExtension::class.java)!!.apply {

buildTypes {
getByName("release") {
isMinifyEnabled = true
isShrinkResources = true
isMinifyEnabled = false
isShrinkResources = false
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
if (f.exists()) {
signingConfig = signingConfigs.getByName("release")
Expand Down

0 comments on commit e54adef

Please sign in to comment.