Skip to content

Commit 09c00b6

Browse files
authored
Merge pull request #542 from UseHover/qa
v1.11.17(157)
2 parents 7184162 + 038a570 commit 09c00b6

27 files changed

+90251
-8965
lines changed

.idea/misc.xml

Lines changed: 36 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ android {
4545
applicationId "com.hover.stax"
4646
minSdk 21
4747
targetSdk 31
48-
versionCode 150
49-
versionName "1.11.11"
48+
versionCode 157
49+
versionName "1.11.17"
5050

5151
vectorDrawables.useSupportLibrary = true
5252
multiDexEnabled true
@@ -148,7 +148,7 @@ dependencies {
148148
implementation "androidx.compose.material:material-icons-extended:$compose_version"
149149

150150
//logging
151-
implementation 'com.jakewharton.timber:timber:4.7.1'
151+
implementation 'com.jakewharton.timber:timber:5.0.1'
152152

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

169-
implementation 'com.amplitude:android-sdk:2.23.2'
169+
implementation 'com.amplitude:android-sdk:3.35.1'
170170
implementation "com.squareup.okhttp3:okhttp:4.9.3"
171-
implementation "com.googlecode.libphonenumber:libphonenumber:8.12.9"
171+
implementation "com.googlecode.libphonenumber:libphonenumber:8.12.50"
172172
implementation "com.github.YarikSOffice:lingver:1.3.0"
173-
implementation 'com.appsflyer:af-android-sdk:6.2.3'
173+
implementation 'com.appsflyer:af-android-sdk:6.6.1'
174174
implementation 'com.android.installreferrer:installreferrer:2.2'
175175

176-
implementation 'com.github.bumptech.glide:glide:4.13.0'
177-
kapt 'com.github.bumptech.glide:compiler:4.13.0'
176+
implementation 'com.github.bumptech.glide:glide:4.13.2'
177+
kapt 'com.github.bumptech.glide:compiler:4.13.2'
178178

179179
def roomVersion = "2.4.2"
180180
implementation "androidx.room:room-ktx:$roomVersion"

0 commit comments

Comments
 (0)