Skip to content

Commit

Permalink
feat: release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravkhunger committed Oct 20, 2024
1 parent c4f2a35 commit e9c184d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
defaultConfig {
minSdk = 23
targetSdk = 34
versionCode = 4
versionName = "2.1.1"
versionCode = 5
versionName = "2.1.2"

applicationId = "com.github.gouravkhunger.quotesapp"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit e9c184d

Please sign in to comment.