Skip to content

Commit

Permalink
v2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Nov 6, 2021
1 parent cdfa662 commit 33eddfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
dependencies {
classpath(kotlin("gradle-plugin", "1.5.31"))
classpath("com.android.tools.build:gradle:7.0.3")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.7.1")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.0")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")
classpath("com.google.gms:google-services:4.3.10")
}
Expand Down
12 changes: 6 additions & 6 deletions mobile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
minSdk = 21
targetSdk = 29
resourceConfigurations.addAll(arrayOf("it", "ru", "zh-rCN", "zh-rTW"))
versionCode = 282
versionName = "2.13.1"
versionCode = 283
versionName = "2.13.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments.apply {
put("room.expandProjection", "true")
Expand Down Expand Up @@ -73,10 +73,10 @@ dependencies {
kapt("androidx.room:room-compiler:$roomVersion")
implementation(kotlin("stdlib-jdk8"))
implementation("androidx.appcompat:appcompat:1.4.0-rc01") // https://issuetracker.google.com/issues/151603528
implementation("androidx.browser:browser:1.4.0-rc01")
implementation("androidx.browser:browser:1.4.0")
implementation("androidx.core:core-ktx:1.7.0")
implementation("androidx.emoji2:emoji2:1.0.0-rc01")
implementation("androidx.fragment:fragment-ktx:1.3.6")
implementation("androidx.fragment:fragment-ktx:1.4.0-rc01")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion")
implementation("androidx.preference:preference:1.1.1")
Expand All @@ -85,8 +85,8 @@ dependencies {
implementation("com.android.billingclient:billing-ktx:4.0.0")
implementation("com.google.android.gms:play-services-oss-licenses:17.0.0")
implementation("com.google.android.material:material:1.5.0-alpha05")
implementation("com.google.firebase:firebase-analytics-ktx:19.0.2")
implementation("com.google.firebase:firebase-crashlytics:18.2.3")
implementation("com.google.firebase:firebase-analytics-ktx:20.0.0")
implementation("com.google.firebase:firebase-crashlytics:18.2.4")
implementation("com.google.zxing:core:3.4.1")
implementation("com.jakewharton.timber:timber:5.0.1")
implementation("com.linkedin.dexmaker:dexmaker:2.28.1")
Expand Down

0 comments on commit 33eddfc

Please sign in to comment.