Skip to content

Commit

Permalink
Update version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenoid committed Jul 8, 2024
1 parent 8f87404 commit cfa77cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ android {

defaultConfig {
applicationId = "com.mohsenoid.rickandmorty"

minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "1.0"

versionCode = 12
versionName = "3.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit cfa77cf

Please sign in to comment.