mirror of
https://github.com/wallabag/android-app.git
synced 2026-05-19 15:10:37 +00:00
update gradle to 7.1.0 and gradle wrapper to 7.2, migrate lintOptions and packagingOptions
This commit is contained in:
+7
-6
@@ -17,15 +17,13 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
lintConfig file("lint.xml")
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude("META-INF/*.kotlin_module")
|
||||
resources {
|
||||
excludes += ['META-INF/*.kotlin_module']
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
@@ -45,6 +43,9 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
lint {
|
||||
lintConfig file('lint.xml')
|
||||
}
|
||||
}
|
||||
|
||||
greendao {
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.0.4'
|
||||
classpath 'com.android.tools.build:gradle:7.1.0'
|
||||
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0'
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user