Skip to content

Commit

Permalink
fixed user sign in / out flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Feb 27, 2024
1 parent 61a10c5 commit fbbc28d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ plugins {
}

android {
compileSdk 31
compileSdk 33

defaultConfig {
applicationId "com.shajikhan.ladspa.amprack"
minSdk 24
targetSdk 33
versionCode 70
versionName '3.91'
versionCode 71
versionName '3.92'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand All @@ -39,7 +39,7 @@ android {
// By default, this is disabled to improve build speeds.
// This flag must be enabled to see properly-symbolicated native
// stack traces in the Crashlytics dashboard.
nativeSymbolUploadEnabled true
nativeSymbolUploadEnabled false
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="app_name">Amp Rack</string>
<string name="app_version">Version 3 Nighthawk</string>
<string name="build_id">411</string>
<string name="build_id">451</string>
<string name="onboard_theme_chooser">
Choose a theme for the UI. Choose Material Theme for Native
Android Material Design, or Tube Amp theme based on the new
Expand Down

0 comments on commit fbbc28d

Please sign in to comment.