Skip to content

Commit

Permalink
Update version build.gradle.kts
Browse files Browse the repository at this point in the history
Version 0.2 now
  • Loading branch information
samahmed authored Jan 2, 2024
1 parent 0a0bcc4 commit b61d019
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 @@ -11,7 +11,7 @@ android {
minSdk = 34
targetSdk = 34
versionCode = 1
versionName = "0.1"
versionName = "0.2"
}

buildTypes {
Expand Down Expand Up @@ -53,4 +53,4 @@ dependencies {
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
}
}

0 comments on commit b61d019

Please sign in to comment.