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 {
|
lint {
|
||||||
disable += listOf(
|
disable += listOf("AndroidGradlePluginVersion", "GradleDependency")
|
||||||
"AndroidGradlePluginVersion",
|
|
||||||
"GradleDependency",
|
|
||||||
"ObsoleteLintCustomCheck"
|
|
||||||
)
|
|
||||||
warningsAsErrors = true
|
warningsAsErrors = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<application
|
<application
|
||||||
android:name=".MarkdownApplication"
|
android:name=".MarkdownApplication"
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:enableOnBackInvokedCallback="true"
|
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:resizeableActivity="true"
|
android:resizeableActivity="true"
|
||||||
|
@ -15,7 +14,7 @@
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.App.Starting"
|
android:theme="@style/Theme.App.Starting"
|
||||||
tools:ignore="AllowBackup"
|
tools:ignore="AllowBackup"
|
||||||
tools:targetApi="tiramisu">
|
tools:targetApi="n">
|
||||||
<activity android:name=".MainActivity"
|
<activity android:name=".MainActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:label="@string/app_name_short">
|
android:label="@string/app_name_short">
|
||||||
|
|
|
@ -48,11 +48,7 @@ android {
|
||||||
jvmTarget = "11"
|
jvmTarget = "11"
|
||||||
}
|
}
|
||||||
lint {
|
lint {
|
||||||
disable += listOf(
|
disable += listOf("AndroidGradlePluginVersion", "GradleDependency")
|
||||||
"AndroidGradlePluginVersion",
|
|
||||||
"GradleDependency",
|
|
||||||
"ObsoleteLintCustomCheck"
|
|
||||||
)
|
|
||||||
warningsAsErrors = true
|
warningsAsErrors = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,11 +34,7 @@ android {
|
||||||
jvmTarget = "11"
|
jvmTarget = "11"
|
||||||
}
|
}
|
||||||
lint {
|
lint {
|
||||||
disable += listOf(
|
disable += listOf("AndroidGradlePluginVersion", "GradleDependency")
|
||||||
"AndroidGradlePluginVersion",
|
|
||||||
"GradleDependency",
|
|
||||||
"ObsoleteLintCustomCheck"
|
|
||||||
)
|
|
||||||
warningsAsErrors = true
|
warningsAsErrors = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,11 +34,7 @@ android {
|
||||||
jvmTarget = "11"
|
jvmTarget = "11"
|
||||||
}
|
}
|
||||||
lint {
|
lint {
|
||||||
disable += listOf(
|
disable += listOf("AndroidGradlePluginVersion", "GradleDependency")
|
||||||
"AndroidGradlePluginVersion",
|
|
||||||
"GradleDependency",
|
|
||||||
"ObsoleteLintCustomCheck"
|
|
||||||
)
|
|
||||||
warningsAsErrors = true
|
warningsAsErrors = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue