Skip to content

Commit

Permalink
Fix versionName
Browse files Browse the repository at this point in the history
...you'll need to reTag 2.4 after merge
  • Loading branch information
licaon-kter authored and mhutti1 committed Sep 18, 2018
1 parent 1ddab91 commit b6957df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ android {
if (project.hasProperty('version_name')) {
versionName project.property('version_name')
} else {
versionName "2.3"
versionName "2.4"
}
}
// Custom apps built from a json file, zim file and icon set
Expand Down Expand Up @@ -385,4 +385,4 @@ testdroid {
fullRunConfig {
instrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
}
}
}

0 comments on commit b6957df

Please sign in to comment.