diff --git a/ChangeLogHeaders.MD b/ChangeLogHeaders.MD index 8cd3c83f94..1b2321590d 100644 --- a/ChangeLogHeaders.MD +++ b/ChangeLogHeaders.MD @@ -2,4 +2,3 @@ ## 🏗️ Changes ## 🐜 Fixes ## 🛠️ Other -Switch Latest view to Compose \ No newline at end of file diff --git a/CurrentChangeLog.MD b/CurrentChangeLog.MD index e8a7074034..58dbaa88cd 100644 --- a/CurrentChangeLog.MD +++ b/CurrentChangeLog.MD @@ -1,5 +1,8 @@ -# Note: read the 2.8.0 change log for the majority of recent changes +## 🥳 New ## 🏗️ Changes - ## 🐜 Fixes open in browser for MangaDex links +## 🛠️ Other +Switch Latest view to Compose +update to gradle 7.2 + diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 530e5b390f..53e6541ebd 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -98,11 +98,11 @@ android { } } - lint { - disable("MissingTranslation") - isAbortOnError = false - isCheckReleaseBuilds = false - } + /* lint { + disable("MissingTranslation") + isAbortOnError = false + isCheckReleaseBuilds = false + }*/ compileOptions { sourceCompatibility = JavaVersion.VERSION_1_8 diff --git a/build.gradle.kts b/build.gradle.kts index 369c4660c5..631d457184 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ subprojects { buildscript { dependencies { classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.1") - classpath("com.android.tools.build:gradle:7.0.4") + classpath("com.android.tools.build:gradle:7.1.1") classpath("com.google.gms:google-services:4.3.10") val kotlinVersion = "1.6.10" classpath("org.jetbrains.kotlin:kotlin-android-extensions:$kotlinVersion") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 69a9715077..ffed3a254e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists