Skip to content

Commit

Permalink
Dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrivoruchko committed Feb 4, 2023
1 parent 3faa200 commit 9742216
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "info.dvkr.screenstream"
minSdkVersion(21)
targetSdkVersion(33)
versionCode = 31005
versionName = "3.10.5"
versionCode = 31006
versionName = "3.10.6"

// Don't forget to update xml/locales_config.xml
resConfigs 'en', 'ar', 'ca', 'de', 'es', 'fa', 'fr-rFR', 'gl', 'hi', 'it', 'ja', 'nl', 'pl', 'pt-rBR', 'ru', 'sk', 'uk', 'zh', 'zh-rTW'
Expand Down Expand Up @@ -93,7 +93,7 @@ android {
}

dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.0")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.2")

implementation(project(":common"))
implementation(project(":mjpeg"))
Expand All @@ -104,7 +104,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("com.google.android.material:material:1.7.0")
implementation("com.google.android.material:material:1.8.0")
implementation("androidx.window:window:1.0.0")

implementation("androidx.navigation:navigation-fragment-ktx:2.5.3")
Expand All @@ -125,8 +125,8 @@ dependencies {

firebaseImplementation("com.google.android.play:app-update-ktx:2.0.1")
firebaseImplementation("com.google.firebase:firebase-analytics:21.2.0")
firebaseImplementation("com.google.firebase:firebase-crashlytics:18.3.2")
firebaseImplementation("com.google.android.gms:play-services-ads:21.4.0")
firebaseImplementation("com.google.firebase:firebase-crashlytics:18.3.3")
firebaseImplementation("com.google.android.gms:play-services-ads:21.5.0")

// debugImplementation("com.squareup.leakcanary:leakcanary-android:2.9.1")
}
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ buildscript {
}

dependencies {
classpath("com.android.tools.build:gradle:7.4.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
classpath("com.google.gms:google-services:4.3.14")
classpath("com.android.tools.build:gradle:7.4.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
classpath("com.google.gms:google-services:4.3.15")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.2")
}
}
Expand Down
10 changes: 5 additions & 5 deletions mjpeg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ dependencies {
implementation("androidx.core:core:1.9.0")
implementation("androidx.window:window:1.0.0")

implementation("io.ktor:ktor-server-cio:2.2.2")
implementation("io.ktor:ktor-server-default-headers:2.2.2")
implementation("io.ktor:ktor-server-forwarded-header:2.2.2")
implementation("io.ktor:ktor-server-status-pages:2.2.2")
implementation("io.ktor:ktor-server-cors:2.2.2")
implementation("io.ktor:ktor-server-cio:2.2.3")
implementation("io.ktor:ktor-server-default-headers:2.2.3")
implementation("io.ktor:ktor-server-forwarded-header:2.2.3")
implementation("io.ktor:ktor-server-status-pages:2.2.3")
implementation("io.ktor:ktor-server-cors:2.2.3")
}

0 comments on commit 9742216

Please sign in to comment.