Skip to content

Commit

Permalink
Bump app version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPushkin committed Jun 28, 2023
1 parent 65971e2 commit f679a6b
Showing 1 changed file with 2 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 @@ -41,8 +41,8 @@ android {
applicationId 'ru.spbu.depnav'
minSdk 21
targetSdk 33
versionCode versionToCode(1, 3, 2)
versionName versionToName(1, 3, 2)
versionCode versionToCode(1, 3, 3)
versionName versionToName(1, 3, 3)

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down

0 comments on commit f679a6b

Please sign in to comment.