Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SiberiaDante committed Sep 22, 2017
1 parent fdbc277 commit c107379
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions siberiadante/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,19 @@ android {
versionName "1.0.1"
consumerProguardFiles 'siberiadante-proguard-rules.pro'
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

}
//allprojects {
// repositories {
// jcenter()
// maven { url "https://jitpack.io" }
// }
//}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
Expand Down

0 comments on commit c107379

Please sign in to comment.