Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithTamim authored Jan 4, 2025
1 parent 9a90cc3 commit 7bc56ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = packageName
minSdk = 21
targetSdk = 35
versionCode = 4
versionName = "1.0.3-beta"
versionCode = 5
versionName = "1.0.4-beta"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -64,4 +64,4 @@ dependencies {
implementation(libs.aboutlibraries.core)
implementation(libs.aboutlibraries)

}
}

0 comments on commit 7bc56ff

Please sign in to comment.