Skip to content

Commit

Permalink
CORE-1890 update Android to 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Apr 30, 2021
1 parent d46e96a commit 07969c3
Show file tree
Hide file tree
Showing 4 changed files with 2,112 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Branch Capacitor SDK change log

- 3.0.2
- Update Android SDK to 5.0.8

- 3.0.1
- Update Android SDK 5.0.7 and iOS SDK 1.39.2

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation project(':capacitor-android')
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'io.branch.sdk.android:library:5.0.7'
implementation 'io.branch.sdk.android:library:5.0.8'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
Expand Down
Loading

0 comments on commit 07969c3

Please sign in to comment.