Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vafeen committed Oct 22, 2024
1 parent b18e395 commit 038aa4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "ru.vafeen.universityschedule"
minSdk = 26
targetSdk = 35
versionCode = 34
versionName = "6.0"
versionCode = 35
versionName = "6.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
12 changes: 4 additions & 8 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
v6.0
New version 6.0!!
v6.1
New version 6.1!!

What's new:

- New modern UI!!!
- Report a bug

What's fix:

- UI flickering bug
- CATS on your screen!! You can enable it in settings!
- New Settings screen

0 comments on commit 038aa4b

Please sign in to comment.