Skip to content

Commit 6a97403

Browse files
committed
Merge branch 'release/5.63.0' into main
2 parents 8a0d4ff + 5fd4f61 commit 6a97403

File tree

85 files changed

+4895
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+4895
-190
lines changed

app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ ext {
1111
}
1212

1313
android {
14-
compileSdkVersion 28
14+
compileSdkVersion 29
1515
ndkVersion '21.0.6113669'
1616
defaultConfig {
1717
applicationId "com.duckduckgo.mobile.android"
1818
minSdkVersion 21
19-
targetSdkVersion 28
19+
targetSdkVersion 29
2020
versionCode buildVersionCode()
2121
versionName buildVersionName()
2222
testInstrumentationRunner "com.duckduckgo.app.TestRunner"
@@ -120,7 +120,7 @@ ext {
120120
retrofit = "2.8.1"
121121
ankoVersion = "0.10.4"
122122
glide = "4.11.0"
123-
lottieVersion = "2.6.0-beta19"
123+
lottieVersion = "3.4.0"
124124
okHttp = "3.14.7"
125125
rxJava = "2.1.10"
126126
rxAndroid = "2.0.2"
@@ -174,6 +174,7 @@ dependencies {
174174
// ViewModel and LiveData
175175
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle"
176176
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle"
177+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle"
177178

178179
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle"
179180
testImplementation "androidx.arch.core:core-testing:$coreTesting"

0 commit comments

Comments
 (0)