diff --git a/app/build.gradle b/app/build.gradle index fd8fd0f2..a2620110 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -165,7 +165,7 @@ dependencies { def exoplayer_version = '2.14.1' - implementation 'com.google.android.material:material:1.4.0-rc01' + implementation 'com.google.android.material:material:1.4.0' implementation "com.google.android.exoplayer:exoplayer-core:$exoplayer_version" implementation "com.google.android.exoplayer:exoplayer-dash:$exoplayer_version" @@ -181,7 +181,7 @@ dependencies { implementation 'com.google.guava:guava:27.0.1-android' - def core_version = "1.6.0-rc01" + def core_version = "1.6.0" implementation "androidx.core:core:$core_version" // Fragment @@ -205,10 +205,10 @@ dependencies { annotationProcessor "androidx.room:room-compiler:$room_version" // CameraX - def camerax_version = "1.1.0-alpha05" + def camerax_version = "1.1.0-alpha06" implementation "androidx.camera:camera-camera2:$camerax_version" implementation "androidx.camera:camera-lifecycle:$camerax_version" - implementation "androidx.camera:camera-view:1.0.0-alpha25" + implementation "androidx.camera:camera-view:1.0.0-alpha26" // EmojiCompat def emoji_compat_version = "1.1.0" @@ -232,7 +232,7 @@ dependencies { implementation 'org.apache.commons:commons-imaging:1.0-alpha2' - implementation 'com.github.skydoves:balloon:1.3.4' + implementation 'com.github.skydoves:balloon:1.3.5' implementation 'com.github.ammargitham:AutoLinkTextViewV2:3.2.0' implementation 'com.github.ammargitham:uCrop:2.3-native-beta-2' diff --git a/build.gradle b/build.gradle index 187a5d8c..b0e1280f 100755 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.2.1' + classpath 'com.android.tools.build:gradle:4.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version" } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index e708b1c0..7454180f 100755 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 28350047..17ba1902 100755 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=a9e356a21595348b6f04b024ed0b08ac8aea6b2ac37e6c0ef58e51549cd7b9cb -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-all.zip +distributionSha256Sum=9bb8bc05f562f2d42bdf1ba8db62f6b6fa1c3bf6c392228802cc7cb0578fe7e0 +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index 4f906e0c..744e882e 100755 --- a/gradlew +++ b/gradlew @@ -72,7 +72,7 @@ case "`uname`" in Darwin* ) darwin=true ;; - MINGW* ) + MSYS* | MINGW* ) msys=true ;; NONSTOP* ) diff --git a/renovate.json b/renovate.json index d3133b37..66730230 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,6 @@ "extends": [ "config:base" ], - "prConcurrentLimit": 5, - "prHourlyLimit": 1 + "prConcurrentLimit": 10, + "prHourlyLimit": 5 }