Skip to content

Commit

Permalink
change apk base name
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Jan 10, 2019
1 parent 2ee2a7d commit f911bed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ android {
versionName rootProject.ext.versionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

setProperty("archivesBaseName", "KodeEditor_v${versionName}_(${versionCode})")

multiDexEnabled true
}

Expand Down

0 comments on commit f911bed

Please sign in to comment.