Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Remove release build config for examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
glung committed Mar 10, 2016
1 parent fb9ae6c commit 0689cec
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 46 deletions.
7 changes: 1 addition & 6 deletions examples/basic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ android {
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

}

dependencies {
Expand Down
17 changes: 0 additions & 17 deletions examples/basic/proguard-rules.pro

This file was deleted.

6 changes: 0 additions & 6 deletions examples/real-world/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ android {
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
Expand Down
17 changes: 0 additions & 17 deletions examples/real-world/proguard-rules.pro

This file was deleted.

0 comments on commit 0689cec

Please sign in to comment.