-
Notifications
You must be signed in to change notification settings - Fork 180
chore: bump v2.6.5 rd2 #1067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump v2.6.5 rd2 #1067
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,8 +3,6 @@ apply plugin: "com.facebook.react" | |
| apply plugin: "org.jetbrains.kotlin.android" | ||
| apply plugin: 'kotlin-android' | ||
| apply plugin: 'com.google.gms.google-services' | ||
| apply from: "../../../node_modules/@sentry/react-native/sentry.gradle" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @seshanthS this line caused the release build (not dev) to break. tested compiling without this line and the app still built successfully so I think it's safe to remove now. here is the error. it seems to be related to source maps and a missing sentry.properties file. not needed for logging |
||
|
|
||
|
|
||
|
|
||
| /** | ||
|
|
@@ -123,7 +121,7 @@ android { | |
| applicationId "com.proofofpassportapp" | ||
| minSdkVersion rootProject.ext.minSdkVersion | ||
| targetSdkVersion rootProject.ext.targetSdkVersion | ||
| versionCode 98 | ||
| versionCode 99 | ||
| versionName "2.6.5" | ||
| manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp'] | ||
| externalNativeBuild { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -89,7 +89,7 @@ | |
| "@selfxyz/common": "workspace:^", | ||
| "@selfxyz/mobile-sdk-alpha": "workspace:^", | ||
| "@sentry/react": "^9.32.0", | ||
| "@sentry/react-native": "7.0.0-beta.1", | ||
| "@sentry/react-native": "7.0.1", | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. upgrade sentry to stable |
||
| "@tamagui/animations-css": "^1.129.3", | ||
| "@tamagui/animations-react-native": "^1.129.3", | ||
| "@tamagui/config": "1.126.14", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| { | ||
| "ios": { | ||
| "build": 171, | ||
| "lastDeployed": "2025-08-26T16:35:10Z" | ||
| "build": 172, | ||
| "lastDeployed": "2025-09-13T16:35:10Z" | ||
| }, | ||
| "android": { | ||
| "build": 98, | ||
| "lastDeployed": "2025-08-29T10:59:07Z" | ||
| "build": 99, | ||
| "lastDeployed": "2025-09-13T10:59:07Z" | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
allow cursor to review xcode project files