Skip to content

Commit a42f4b8

Browse files
committed
Bump version to 2.7.6
1 parent 83f1ded commit a42f4b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xkcd/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ android {
6969
applicationId "xyz.jienan.xkcd"
7070
minSdkVersion 16
7171
targetSdkVersion 29
72-
versionCode 68
73-
versionName "2.7.5"
72+
versionCode 69
73+
versionName "2.7.6"
7474
vectorDrawables.useSupportLibrary = true
7575
resConfigs "de", "es", "fr", "ru", "b+zh", "b+zh+hant+TW"
7676
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -186,7 +186,7 @@ dependencies {
186186
implementation 'androidx.media:media:1.1.0'
187187
implementation 'androidx.exifinterface:exifinterface:1.2.0'
188188
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha02'
189-
implementation 'com.google.android.material:material:1.2.0-alpha05'
189+
implementation 'com.google.android.material:material:1.2.0-alpha06'
190190
implementation 'androidx.percentlayout:percentlayout:1.0.0'
191191
implementation 'org.jsoup:jsoup:1.12.1'
192192
implementation 'com.squareup.retrofit2:converter-gson:2.6.4'
@@ -221,7 +221,7 @@ dependencies {
221221
fossImplementation "androidx.work:work-rxjava2:2.3.4"
222222
proprietaryImplementation 'com.google.firebase:firebase-analytics:17.3.0'
223223
proprietaryImplementation 'com.google.firebase:firebase-messaging:20.1.5'
224-
proprietaryImplementation 'com.google.firebase:firebase-crashlytics:17.0.0-beta03'
224+
proprietaryImplementation 'com.google.firebase:firebase-crashlytics:17.0.0-beta04'
225225

226226
// implementation 'androidx.slice:slice-core:1.0.0'
227227
// implementation 'androidx.slice:slice-builders:1.0.0'

0 commit comments

Comments
 (0)