Skip to content

Commit

Permalink
Merge pull request #3688 from TrainLCD/release/v7.7.1
Browse files Browse the repository at this point in the history
v7.7.1πŸŽ‰
  • Loading branch information
TinyKitten authored Aug 13, 2024
2 parents 0bb133f + 644ed03 commit fd1a447
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ android {
}
prod {
dimension "environment"
versionCode 70700020
versionName "7.7.0"
versionCode 70701000
versionName "7.7.1"
}
}
}// Apply static values from `gradle.properties` to the `android.packagingOptions`
Expand Down
4 changes: 2 additions & 2 deletions android/wearable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
}
create("prod") {
dimension = "environment"
versionCode = 70700021
versionName = "7.7.0"
versionCode = 70701001
versionName = "7.7.1"
}
}

Expand Down
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if (!TaskManager.isTaskDefined(LOCATION_TASK_NAME)) {
setLocation(data.locations[0])
})
}
TaskManager.unregisterAllTasksAsync().catch(console.error)

import 'fast-text-encoding'

Expand All @@ -19,6 +18,8 @@ import App from './src'
import { LOCATION_TASK_NAME } from './src/constants'
import { setLocation } from './src/hooks/useLocationStore'

TaskManager.unregisterAllTasksAsync().catch(console.error)

// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
// It also ensures that whether you load the app in the Expo client or in a native build,
// the environment is set up appropriately
Expand Down
12 changes: 6 additions & 6 deletions ios/TrainLCD.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 7.7.0;
MARKETING_VERSION = 7.7.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1489,7 +1489,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 7.7.0;
MARKETING_VERSION = 7.7.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -2131,7 +2131,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 7.7.0;
MARKETING_VERSION = 7.7.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
Expand Down Expand Up @@ -2175,7 +2175,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 7.7.0;
MARKETING_VERSION = 7.7.1;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE -D EXPO_CONFIGURATION_DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = me.tinykitten.trainlcd.watchkitapp.watchkitextension;
Expand Down Expand Up @@ -2213,7 +2213,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
IBSC_MODULE = WatchApp_Extension;
INFOPLIST_FILE = WatchApp/Schemes/Prod/Info.plist;
MARKETING_VERSION = 7.7.0;
MARKETING_VERSION = 7.7.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
Expand Down Expand Up @@ -2253,7 +2253,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
IBSC_MODULE = WatchApp_Extension;
INFOPLIST_FILE = WatchApp/Schemes/Prod/Info.plist;
MARKETING_VERSION = 7.7.0;
MARKETING_VERSION = 7.7.1;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE -D EXPO_CONFIGURATION_DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = me.tinykitten.trainlcd.watchkitapp;
Expand Down

0 comments on commit fd1a447

Please sign in to comment.