Skip to content

Commit

Permalink
Merge pull request #542 from UseHover/qa
Browse files Browse the repository at this point in the history
v1.11.17(157)
  • Loading branch information
alexosugo authored Jul 13, 2022
2 parents 7184162 + 038a570 commit 09c00b6
Show file tree
Hide file tree
Showing 27 changed files with 90,251 additions and 8,965 deletions.
51 changes: 36 additions & 15 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
applicationId "com.hover.stax"
minSdk 21
targetSdk 31
versionCode 150
versionName "1.11.11"
versionCode 157
versionName "1.11.17"

vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down Expand Up @@ -148,7 +148,7 @@ dependencies {
implementation "androidx.compose.material:material-icons-extended:$compose_version"

//logging
implementation 'com.jakewharton.timber:timber:4.7.1'
implementation 'com.jakewharton.timber:timber:5.0.1'

// Firebase
implementation platform('com.google.firebase:firebase-bom:28.4.0')
Expand All @@ -166,15 +166,15 @@ dependencies {
implementation 'com.google.android.gms:play-services-auth:20.2.0'
implementation 'com.google.firebase:firebase-auth-ktx'

implementation 'com.amplitude:android-sdk:2.23.2'
implementation 'com.amplitude:android-sdk:3.35.1'
implementation "com.squareup.okhttp3:okhttp:4.9.3"
implementation "com.googlecode.libphonenumber:libphonenumber:8.12.9"
implementation "com.googlecode.libphonenumber:libphonenumber:8.12.50"
implementation "com.github.YarikSOffice:lingver:1.3.0"
implementation 'com.appsflyer:af-android-sdk:6.2.3'
implementation 'com.appsflyer:af-android-sdk:6.6.1'
implementation 'com.android.installreferrer:installreferrer:2.2'

implementation 'com.github.bumptech.glide:glide:4.13.0'
kapt 'com.github.bumptech.glide:compiler:4.13.0'
implementation 'com.github.bumptech.glide:glide:4.13.2'
kapt 'com.github.bumptech.glide:compiler:4.13.2'

def roomVersion = "2.4.2"
implementation "androidx.room:room-ktx:$roomVersion"
Expand Down
Loading

0 comments on commit 09c00b6

Please sign in to comment.