Skip to content

Commit

Permalink
Version 1.07
Browse files Browse the repository at this point in the history
- Database protection update
- Limitations on the number of recipes that can be added as favourites (max 10)
- Limitation of the number of people you can subscribe to (max 10)
  • Loading branch information
SauzeauYannis committed Mar 22, 2021
1 parent 5cc7c7b commit 1ee6e1e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
applicationId "com.mobile.app.studecook"
minSdkVersion 19
targetSdkVersion 30
versionCode 7
versionCode 8
versionName "1.07"
multiDexEnabled true
vectorDrawables.useSupportLibrary true
Expand Down
Binary file modified app/debug/app-debug.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/debug/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 7,
"versionCode": 8,
"versionName": "1.07",
"outputFile": "app-debug.apk"
}
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 7,
"versionCode": 8,
"versionName": "1.07",
"outputFile": "app-release.apk"
}
Expand Down

0 comments on commit 1ee6e1e

Please sign in to comment.