Skip to content

Commit 7c278e5

Browse files
actually update sdk version and make version code match version name
1 parent e04bc9f commit 7c278e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AdobeBranchExtension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3535

3636
// Branch
37-
api 'io.branch.sdk.android:library:5.0.7'
37+
api 'io.branch.sdk.android:library:5.0.8'
3838
javadocDeps 'io.branch.sdk.android:library:5.0.8'
3939
implementation ('com.google.android.gms:play-services-ads-identifier:17.0.0')
4040
// for Huawei devices without GMS, adding it requires bumping up min api level to 19 though, so we

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1536m
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
# org.gradle.parallel=true
1414
VERSION_NAME=1.3.2
15-
VERSION_CODE=010300
15+
VERSION_CODE=010302
1616
GROUP=io.branch.sdk.android
1717

1818
POM_NAME=Branch Adobe Android SDK

0 commit comments

Comments
 (0)