Skip to content

Commit

Permalink
chore: fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cello Dev committed May 12, 2024
1 parent 299c359 commit 06c5c7e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
${{ runner.os }}-gradle-
- name: Build example for Android
env:
CENTRALMANUALTESTINGAUTHHEADERVALUE: ${{ secrets.CENTRALMANUALTESTINGAUTHHEADERVALUE }}
run: |
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
Expand Down
11 changes: 11 additions & 0 deletions example/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ pluginManagement {
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
repositories {
maven {
name = "centralManualTesting"
url "https://central.sonatype.com/api/v1/publisher/deployments/download/"
credentials(HttpHeaderCredentials) {
name = "Authorization"
value = "$System.env.CENTRALMANUALTESTINGAUTHHEADERVALUE"
}
authentication {
header(HttpHeaderAuthentication)
}
}
google()
mavenCentral()
mavenLocal()
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- boost (1.76.0)
- cello-react-native (0.1.2-rc1):
- cello-react-native (0.1.2):
- CelloSDK (~> 0.1.0)
- RCT-Folly (= 2021.07.22.00)
- React-Core
Expand Down Expand Up @@ -664,7 +664,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
cello-react-native: 537cf7c11fdac086b160f3ca9bf78abaa3a0dc87
cello-react-native: 747e03efac449c038a89777786c05f8f1a852705
CelloSDK: 626048ab737b81d8883b1e98d457743f7ce2b6e4
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
Expand Down

0 comments on commit 06c5c7e

Please sign in to comment.