Skip to content

Commit

Permalink
changed build.gradle for version release
Browse files Browse the repository at this point in the history
  • Loading branch information
KilimIG committed Jan 14, 2017
1 parent 071359e commit 1cea32a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,22 @@ android {
applicationId "io.r_a_d.radio"
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionName '1.1'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 2
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
Expand Down

0 comments on commit 1cea32a

Please sign in to comment.