Skip to content

Commit

Permalink
update to gradle 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Feb 23, 2022
1 parent 96f57f9 commit bf57b87
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
1 change: 0 additions & 1 deletion ChangeLogHeaders.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
## 🏗️ Changes
## 🐜 Fixes
## 🛠️ Other
Switch Latest view to Compose
7 changes: 5 additions & 2 deletions CurrentChangeLog.MD
Original file line number Diff line number Diff line change
@@ -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

10 changes: 5 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf57b87

Please sign in to comment.