Skip to content

Commit

Permalink
Merge pull request #179 from cuappdev/justin/playstore-publish
Browse files Browse the repository at this point in the history
Justin/playstore publish
  • Loading branch information
thisjustin123 authored Nov 4, 2024
2 parents 5d4ebde + b1543ed commit 2c25063
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ android {
applicationId "com.cornellappdev.android.eatery"
minSdk 28
targetSdk 34
versionCode 73
versionName "1.2-compare-menus"
versionCode 74
versionName "1.2.1-cmpmenus-url"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary true
}

buildConfigField("String", "BACKEND_URL", secretsProperties['BACKEND_URL'])
buildConfigField("String", "GET_BACKEND_URL", secretsProperties['GET_BACKEND_URL'])
buildConfigField("String", "SESSIONID_WEBVIEW_URL", secretsProperties['SESSIONID_WEBVIEW_URL'])
buildConfigField("String", "CORNELL_INSTITUTION_ID", secretsProperties['CORNELL_INSTITUTION_ID'])
Expand All @@ -40,10 +39,12 @@ android {
buildTypes {
debug {
resValue("bool", "FIREBASE_ANALYTICS_DEACTIVATED", "true")
buildConfigField("String", "BACKEND_URL", secretsProperties['BACKEND_URL'])
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
buildConfigField("String", "BACKEND_URL", secretsProperties['PROD_ENDPOINT'])
}
}

Expand Down
2 changes: 1 addition & 1 deletion whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
We're working hard to bring you the latest fixes and features to Eatery! Here's what we've been working on:
* Fixed a crash on opening certain eatery detail screens related to menu selection.
* Fixed a bug relating to not being able to hit our backend; eateries should now load correctly.

0 comments on commit 2c25063

Please sign in to comment.