Skip to content

Commit

Permalink
Removed proguard configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
balysv committed Jul 10, 2014
1 parent 98a5340 commit 0f8837f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
6 changes: 0 additions & 6 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ android {
versionCode 1
versionName "1.0"
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

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

This file was deleted.

6 changes: 0 additions & 6 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,4 @@ android {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
17 changes: 0 additions & 17 deletions library/proguard-rules.pro

This file was deleted.

0 comments on commit 0f8837f

Please sign in to comment.