Skip to content

Commit

Permalink
Removed unnecessary stuff from sample
Browse files Browse the repository at this point in the history
  • Loading branch information
dlew committed May 7, 2015
1 parent 2423baa commit 09bea68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
7 changes: 0 additions & 7 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ android {
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

// Define the 'svg' source set for any flavors/build types and/or 'main' for all of them
sourceSets {
Expand All @@ -63,6 +57,5 @@ victor {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
}
17 changes: 0 additions & 17 deletions sample/proguard-rules.pro

This file was deleted.

0 comments on commit 09bea68

Please sign in to comment.