diff --git a/app/build.gradle b/app/build.gradle index 6edad7fb7..69fb2d563 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 34 - versionCode 570 - versionName '6.0-a1' + versionCode 571 + versionName '6.0-a2' generatedDensities = [] testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner" ksp { @@ -120,7 +120,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.11.0' implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.11.0' - implementation 'com.squareup.okio:okio:3.4.0' + implementation 'com.squareup.okio:okio:3.5.0' implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.2' implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.2' @@ -136,8 +136,8 @@ dependencies { implementation 'com.github.solkin:disk-lru-cache:1.4' implementation 'io.noties.markwon:core:4.6.2' - implementation 'ch.acra:acra-http:5.11.0' - implementation 'ch.acra:acra-dialog:5.11.0' + implementation 'ch.acra:acra-http:5.11.1' + implementation 'ch.acra:acra-dialog:5.11.1' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12' diff --git a/build.gradle b/build.gradle index 9c706bc1d..b375bc318 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.2.0-alpha15' + classpath 'com.android.tools.build:gradle:8.1.0' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0' classpath 'com.google.dagger:hilt-android-gradle-plugin:2.47' classpath 'com.google.devtools.ksp:symbol-processing-gradle-plugin:1.9.0-1.0.13' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a9ba95a45..ddf807679 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ -#Sat Feb 25 17:16:02 EET 2023 +#Tue Aug 15 10:01:25 EEST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3 -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip +distributionSha256Sum=03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1 +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists