Skip to content

Commit cfa77cf

Browse files
committed
Update version to 3.0.0
1 parent 8f87404 commit cfa77cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ android {
1616

1717
defaultConfig {
1818
applicationId = "com.mohsenoid.rickandmorty"
19+
1920
minSdk = 24
2021
targetSdk = 34
21-
versionCode = 1
22-
versionName = "1.0"
22+
23+
versionCode = 12
24+
versionName = "3.0.0"
2325

2426
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2527

0 commit comments

Comments
 (0)