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 Sep 29, 2021
1 parent ae72d72 commit aa214b0
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -28,8 +28,8 @@ android {
//link square api has minimum requirement of 21
minSdkVersion 21
targetSdkVersion 30
versionCode 5
versionName "1.1"
versionCode 6
versionName "1.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true

Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<changelog>
<release versionCode="6" versionName="v1.1.1" date="2021-09-29">
<bugfix>Minor bug fixes</bugfix>
</release>

<release versionCode="5" versionName="v1.1.0" date="2021-09-27">
<new>Updated experiment and sample sort options</new>
<new>Updated UI and optimized graphing</new>
Expand Down

0 comments on commit aa214b0

Please sign in to comment.