Skip to content

Commit

Permalink
adjust app to be distributed to testers
Browse files Browse the repository at this point in the history
  • Loading branch information
osik2000 committed Jan 31, 2024
1 parent 1ffa1d2 commit 68cfb60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ app/google-services.json
# Android Profiling
*.hprof

/app/debug/output-metadata.json
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionName = "1.0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -61,6 +61,7 @@ dependencies {
implementation("androidx.activity:activity-compose:1.8.2")
implementation("androidx.fragment:fragment-ktx:1.6.2")
implementation("androidx.navigation:navigation-compose:2.7.6")
implementation("androidx.browser:browser:1.7.0")

// When using the BoM, don't specify versions in compose dependencies
implementation("androidx.compose.ui:ui")
Expand Down

0 comments on commit 68cfb60

Please sign in to comment.