Skip to content

Commit

Permalink
Set Version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kingargyle committed Jan 26, 2019
1 parent 192eed5 commit 6a82336
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions serenity-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ allOpen {

android {
defaultConfig {
versionCode 2010000
versionName "2.1.0-M1"
versionCode 2000015
versionName "2.0.5"

minSdkVersion 21
targetSdkVersion 28
Expand Down Expand Up @@ -294,4 +294,4 @@ task jacocoTestReport(type: JacocoReport, dependsOn: 'testDebugUnitTest') {
])

executionData = files("${buildDir}/jacoco/testDebugUnitTest.exec")
}
}

0 comments on commit 6a82336

Please sign in to comment.