Skip to content

Commit

Permalink
Updated to HyperTrack SDK v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszpua committed Dec 23, 2020
1 parent 17e73fb commit e4d9491
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,36 +79,36 @@ repositories {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.libraries.places:places:2.2.0'
implementation 'com.google.android.libraries.places:places:2.4.0'

implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.google.android.material:material:1.2.1'

implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation 'io.reactivex.rxjava2:rxjava:2.2.14'

implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.16.7'

implementation 'com.hypertrack:hypertrack:4.8.0'
implementation 'com.hypertrack:hypertrack:4.9.0'
implementation 'com.hypertrack:hypertrack-views:0.8.6'
implementation 'com.hypertrack:maps-google:0.1.8'
implementation project(':hypertrack-backend')

implementation 'com.airbnb.android:lottie:3.1.0'

// branch.io
implementation 'io.branch.sdk.android:library:5.0.0'
implementation 'com.google.firebase:firebase-appindexing:19.0.0'
implementation 'io.branch.sdk.android:library:5.0.1'
implementation 'com.google.firebase:firebase-appindexing:19.1.0'
implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0'

testImplementation 'junit:junit:4.13'
testImplementation 'org.robolectric:robolectric:4.3'
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.robolectric:robolectric:4.4'
testImplementation 'org.mockito:mockito-core:2.28.2'
testImplementation 'org.threeten:threetenbp:1.4.0'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}

def computeVersionNumber() {
Expand Down

0 comments on commit e4d9491

Please sign in to comment.