File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
main/java/io/branch/branchster Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ repositories{
5151dependencies {
5252 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
5353 implementation ' androidx.multidex:multidex:2.0.1'
54- implementation (' io.branch.sdk.android:library:5.7.2 ' )
54+ implementation (' io.branch.sdk.android:library:5.12.0 ' )
5555// api project(":BranchSDK-local")
5656 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
5757 implementation ' androidx.appcompat:appcompat:1.1.0'
Original file line number Diff line number Diff line change 22<resources >
33
44 <!-- Branchster app keys-->
5- <string name =" branch_key" >key_live_kfNq5xQ0anKoLpL0RU6ripgdrCoDLLP0 </string >
5+ <string name =" branch_key" >key_live_mbErCMtrzeheAWS0Xagg7hjbwDkaZ6SP </string >
66 <string name =" branch_key_test" >key_test_lbHr8ERYdpTlJcOZRGZtpaklEuhBQHGM</string >
77
88 <!--
Original file line number Diff line number Diff line change 55import java .util .UUID ;
66
77import io .branch .referral .Branch ;
8+ import io .branch .referral .BranchLogger ;
89
910/**
1011 * Created by sahilverma on 3/7/17.
1314public class BranchsterAndroidApplication extends MultiDexApplication {
1415 public void onCreate () {
1516 super .onCreate ();
16- Branch .enableLogging ();
17+ Branch .enableLogging (BranchLogger . BranchLogLevel . VERBOSE );
1718 Branch .getAutoInstance (this );
1819// Branch.setPlayStoreReferrerCheckTimeout(3000);
1920// branch.setIdentity(UUID.randomUUID().toString());
Original file line number Diff line number Diff line change 1- VERSION_NAME =1.10 .0
2- VERSION_CODE =011000
1+ VERSION_NAME =1.11 .0
2+ VERSION_CODE =011100
33
44ANDROID_BUILD_TARGET_SDK_MINIMUM =26
55ANDROID_BUILD_TARGET_SDK_VERSION =34
You can’t perform that action at this time.
0 commit comments