Skip to content

Commit

Permalink
Updated project props
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rK7355608 committed Jun 24, 2024
1 parent b875715 commit ff83e55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 1.0.4
- **Minor**: Updated the project props, for a better implementation of the app

# Version 1.0.3
- **Minor**: Updated the project props, for a better implementation of the app
- **Minor**: Updated the app libraries for better optimization
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "com.d4rk.cartcalculator"
minSdk = 26
targetSdk = 34
versionCode = 47
versionName = "1.0.3"
versionCode = 48
versionName = "1.0.4"
archivesName = "${applicationId}-v${versionName}"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += listOf(
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ espressoCore = "3.5.1"
composeUi = "1.6.8"
google-services = "4.4.2"
google-oss-services = "0.10.6"
google-firebase-crashlytics = "3.0.1"
google-firebase-crashlytics = "3.0.2"
google-devtools-ksp = "1.9.23-1.0.20"
roomKtx = "2.6.1"
playServicesAds = "23.1.0"
Expand Down

0 comments on commit ff83e55

Please sign in to comment.