Skip to content

Commit

Permalink
SDK and app version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszpua committed Mar 16, 2021
1 parent 4a2d635 commit bb4bd9e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "com.hypertrack.logistics.android.github"
minSdkVersion 23
targetSdkVersion 30
versionCode 5000
versionName "0.5.0-SNAPSHOT"
versionCode 5001
versionName "0.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "branch_io_api_key", rootProject.properties.logisticsBranchKey
resValue "string", "awsLoginTestUserName", rootProject.properties.awsLoginTestUserName
Expand Down Expand Up @@ -70,6 +70,7 @@ repositories {
name 'hypertrack'
url 'http://m2.hypertrack.com'
}
mavenLocal()
}

dependencies {
Expand Down Expand Up @@ -108,7 +109,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'

implementation 'com.airbnb.android:lottie:3.1.0'
implementation 'com.hypertrack:hypertrack:4.10.0'
implementation 'com.hypertrack:hypertrack:4.11.0-SNAPSHOT'

// Branch IO
implementation 'io.branch.sdk.android:library:5.0.1'
Expand Down

0 comments on commit bb4bd9e

Please sign in to comment.