Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
trife committed Aug 30, 2021
1 parent 732e6dd commit ce37826
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onekk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "org.wheatgenetics.onekk"
minSdkVersion 26
targetSdkVersion 29
versionCode = 200
versionName = '2.0'
versionCode = 201
versionName = '2.0.1'
multiDexEnabled true
renderscriptTargetApi 24
renderscriptSupportModeEnabled false
Expand Down
8 changes: 8 additions & 0 deletions onekk/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<changelog>
<release
date="2021-09-01"
versionCode="201"
versionName="v2.0.1">
<new>Added intro text</new>
<bugfix>Fixed scale not correctly connecting</bugfix>
</release>

<release
date="2021-06-01"
versionCode="200"
Expand Down

0 comments on commit ce37826

Please sign in to comment.