Skip to content

Commit

Permalink
Version 25.0.1 (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis authored Nov 18, 2024
1 parent 357a8a1 commit db4af84
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ExpoConfig } from 'expo/config';
const config: ExpoConfig = {
name: 'Duolicious',
slug: 'duolicious',
version: "25.0.0",
version: "25.0.1",
orientation: "portrait",
icon: './assets/icon.png',
newArchEnabled: true,
Expand Down Expand Up @@ -45,7 +45,7 @@ const config: ExpoConfig = {
android: {
googleServicesFile: "./google-services.json",
package: "app.duolicious",
versionCode: 25000,
versionCode: 25001,
adaptiveIcon: {
foregroundImage: "./assets/adaptive-icon.png",
backgroundColor: "#7700ff"
Expand Down
4 changes: 2 additions & 2 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
}
},
"production": {
"autoIncrement": true,
"ios": {
"resourceClass": "m1-medium",
"autoIncrement": true
"resourceClass": "m1-medium"
},
"android": {
"credentialsSource": "local"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duolicious",
"version": "25.0.0",
"version": "25.0.1",
"scripts": {
"start": "expo start",
"android": "expo run:android",
Expand Down

0 comments on commit db4af84

Please sign in to comment.