Compare commits
No commits in common. "9e8c65396e14204e562b2d6e506887a11fac446a" and "80b18b242e34d45eed211ee4a559cbc8ccf89ff9" have entirely different histories.
9e8c65396e
...
80b18b242e
5 changed files with 5 additions and 22 deletions
|
@ -99,11 +99,7 @@ android {
|
|||
}
|
||||
}
|
||||
lint {
|
||||
disable += listOf(
|
||||
"AndroidGradlePluginVersion",
|
||||
"GradleDependency",
|
||||
"ObsoleteLintCustomCheck"
|
||||
)
|
||||
disable += listOf("AndroidGradlePluginVersion", "GradleDependency")
|
||||
warningsAsErrors = true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<application
|
||||
android:name=".MarkdownApplication"
|
||||
android:allowBackup="true"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:resizeableActivity="true"
|
||||
|
@ -15,7 +14,7 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.App.Starting"
|
||||
tools:ignore="AllowBackup"
|
||||
tools:targetApi="tiramisu">
|
||||
tools:targetApi="n">
|
||||
<activity android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:label="@string/app_name_short">
|
||||
|
|
|
@ -48,11 +48,7 @@ android {
|
|||
jvmTarget = "11"
|
||||
}
|
||||
lint {
|
||||
disable += listOf(
|
||||
"AndroidGradlePluginVersion",
|
||||
"GradleDependency",
|
||||
"ObsoleteLintCustomCheck"
|
||||
)
|
||||
disable += listOf("AndroidGradlePluginVersion", "GradleDependency")
|
||||
warningsAsErrors = true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,11 +34,7 @@ android {
|
|||
jvmTarget = "11"
|
||||
}
|
||||
lint {
|
||||
disable += listOf(
|
||||
"AndroidGradlePluginVersion",
|
||||
"GradleDependency",
|
||||
"ObsoleteLintCustomCheck"
|
||||
)
|
||||
disable += listOf("AndroidGradlePluginVersion", "GradleDependency")
|
||||
warningsAsErrors = true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,11 +34,7 @@ android {
|
|||
jvmTarget = "11"
|
||||
}
|
||||
lint {
|
||||
disable += listOf(
|
||||
"AndroidGradlePluginVersion",
|
||||
"GradleDependency",
|
||||
"ObsoleteLintCustomCheck"
|
||||
)
|
||||
disable += listOf("AndroidGradlePluginVersion", "GradleDependency")
|
||||
warningsAsErrors = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue