Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Project: Change version code
Browse files Browse the repository at this point in the history
Signed-off-by: Fung Gwo <[email protected]>
  • Loading branch information
fython committed Feb 16, 2019
1 parent 601a9b2 commit ee24eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 23
targetSdkVersion = 28
versionCode = 65
versionCode = 66
versionName = '5.0.0'
kotlinyanVersion = '0.3.0'
ankoVersion = '0.10.8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class DetailsTwoLineItem {

const val TYPE_NAME = "name"
const val TYPE_NUMBER = "number"

}

}

0 comments on commit ee24eae

Please sign in to comment.