Skip to content

Commit

Permalink
1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TychoTheTaco committed Dec 11, 2020
1 parent 4f0cc21 commit b22bbf6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.tycho.app.primenumberfinder"
minSdkVersion 21
targetSdkVersion 30
versionCode 42
versionName "1.5.1.DEV"
versionCode 43
versionName "1.5.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

externalNativeBuild{
Expand Down
8 changes: 6 additions & 2 deletions app/src/main/res/raw/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@
10/01/2020 > Prime Number Finder version 1.4.4
- Minor bug fixes and updates

10/??/2020 > Prime Number Finder version 1.5.0
10/10/2020 > Prime Number Finder version 1.5.0
- Major UI changes to simplify usage
- Bug fixes
- Bug fixes

10/11/2020 > Prime Number Finder version 1.5.1
- Updated icons
- Fixed rare startup crash on some devices

0 comments on commit b22bbf6

Please sign in to comment.