Skip to content

Commit ee5fe59

Browse files
authored
Merge pull request #411 from BranchMetrics/pin-android-sdk
Pin android sdk
2 parents 97a3e35 + 48f0108 commit ee5fe59

File tree

86 files changed

+238
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+238
-152
lines changed

android/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,5 @@ android {
2222

2323
dependencies {
2424
implementation 'com.facebook.react:react-native:+' // From node_modules
25-
implementation 'io.branch.sdk.android:library:+'
26-
// TODO: Resolve build issue with this jar.
27-
// implementation files('libs/Branch-3.0.3.jar') // From node_modules
25+
implementation 'io.branch.sdk.android:library:3.0.4'
2826
}

examples/browser_example/android/app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ android {
138138

139139
dependencies {
140140
implementation project(':react-native-branch')
141-
// implementation fileTree(dir: "libs", include: ["*.jar"])
142-
implementation "io.branch.sdk.android:library:3+"
141+
implementation "io.branch.sdk.android:library:3.0.4"
143142
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
144143
implementation "com.facebook.react:react-native:+" // From node_modules
145144
}

examples/testbed_native_android/android/app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ android {
3131
}
3232

3333
dependencies {
34-
// implementation fileTree(dir: 'libs', include: ['*.jar'])
35-
implementation "io.branch.sdk.android:library:3+"
34+
implementation "io.branch.sdk.android:library:3.0.4"
3635
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
3736
exclude group: 'com.android.support', module: 'support-annotations'
3837
})

examples/testbed_native_ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PODS:
1111
- glog (0.3.4)
1212
- React (0.57.8):
1313
- React/Core (= 0.57.8)
14-
- react-native-branch (2.3.3):
14+
- react-native-branch (3.0.0-beta.1):
1515
- Branch-SDK
1616
- React
1717
- React/Core (0.57.8):

examples/testbed_native_ios/Pods/Local Podspecs/react-native-branch.podspec.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/testbed_native_ios/Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/testbed_simple/android/app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ android {
138138

139139
dependencies {
140140
implementation project(':react-native-branch')
141-
// implementation fileTree(dir: "libs", include: ["*.jar"])
142-
implementation "io.branch.sdk.android:library:3+"
141+
implementation "io.branch.sdk.android:library:3.0.4"
143142
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
144143
implementation "com.facebook.react:react-native:+" // From node_modules
145144
}

examples/webview_example/android/app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ android {
138138

139139
dependencies {
140140
implementation project(':react-native-branch')
141-
// implementation fileTree(dir: "libs", include: ["*.jar"])
142-
implementation "io.branch.sdk.android:library:3+"
141+
implementation "io.branch.sdk.android:library:3.0.4"
143142
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
144143
implementation "com.facebook.react:react-native:+" // From node_modules
145144
}

examples/webview_example_native_ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PODS:
1212
- glog (0.3.4)
1313
- React (0.57.8):
1414
- React/Core (= 0.57.8)
15-
- react-native-branch (2.3.3):
15+
- react-native-branch (3.0.0-beta.1):
1616
- Branch-SDK
1717
- React
1818
- React/Core (0.57.8):

examples/webview_example_native_ios/Pods/Local Podspecs/react-native-branch.podspec.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)