Skip to content

Commit

Permalink
Gradle build now names apk
Browse files Browse the repository at this point in the history
  • Loading branch information
freshollie committed Jan 20, 2018
1 parent c5c4cbc commit 428d636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ android {
targetSdkVersion 27
versionCode 113
versionName "2.1.4-beta"
setProperty("archivesBaseName", "$versionName")
}
buildTypes {
release {
Expand Down Expand Up @@ -53,7 +54,6 @@ dependencies {
compile 'com.android.support:support-media-compat:27.0.2'
compile 'com.android.support:cardview-v7:27.0.2'
compile 'com.android.support:recyclerview-v7:27.0.2'
compile 'com.android.support:transition:27.0.2'
compile 'com.android.support:design:27.0.2'
compile 'com.android.support.constraint:constraint-layout:1.0.2'

Expand Down

0 comments on commit 428d636

Please sign in to comment.