We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
checkReleaseBuild = false
service
stub
1 parent ee8ef65 commit 1035103Copy full SHA for 1035103
service/build.gradle.kts
@@ -23,19 +23,27 @@ android {
23
)
24
}
25
26
+
27
kotlinOptions {
28
jvmTarget = "17"
29
30
31
buildTypes {
32
release {
33
signingConfig = signingConfigs["debug"]
34
35
36
37
packaging {
38
resources {
39
excludes += "**"
40
41
42
43
+ lint {
44
+ checkReleaseBuilds = false
45
+ abortOnError = true
46
+ }
47
48
49
dependencies {
stub/build.gradle.kts
@@ -17,6 +17,11 @@ android {
17
18
19
20
21
22
0 commit comments