Skip to content

Commit

Permalink
07/07/2023.
Browse files Browse the repository at this point in the history
  • Loading branch information
youndon committed Jul 7, 2023
1 parent cba1fce commit 4feaca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "city.zouitel.jetnote"
minSdk = 25
targetSdk = 33
versionCode = 320
versionName = "3.2.0"
versionCode = 330
versionName = "3.3.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Cons {
const val TAG = "This"
const val NUL = "null"

const val APP_VERSION = "3.2.0"
const val APP_VERSION = "3.3.0"

const val ID = "Id"
const val TITLE = "Title"
Expand Down

0 comments on commit 4feaca4

Please sign in to comment.