Skip to content

Commit

Permalink
update build config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameri11 committed Jan 10, 2024
1 parent 4f3e63d commit 1afcd02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 58 deletions.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
enable true
reset()
//noinspection ChromeOsAbiSupport
include "x86", "armeabi-v7a"
include "x86", "armeabi-v7a", "arm64-v8a"
universalApk false
}
}
Expand All @@ -77,6 +77,8 @@ android {
}

lint {
disable 'GradleDependency'
absolutePaths = false
abortOnError = true
ignoreWarnings = false
warningsAsErrors = true
Expand Down
59 changes: 2 additions & 57 deletions app/config/androidLint/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,50 +56,6 @@
column="26"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of com.google.gms.google-services than 4.3.15 is available: 4.4.0"
errorLine1="google-services = &quot;4.3.15&quot;"
errorLine2=" ~~~~~~~~">
<location
file="../gradle/libs.versions.toml"
line="4"
column="19"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of com.google.firebase.crashlytics than 2.9.2 is available: 2.9.9"
errorLine1="crashlytics = &quot;2.9.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="../gradle/libs.versions.toml"
line="5"
column="15"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of androidx.core:core-ktx than 1.10.1 is available: 1.12.0"
errorLine1="core = &quot;1.10.1&quot;"
errorLine2=" ~~~~~~~~">
<location
file="../gradle/libs.versions.toml"
line="14"
column="8"/>
</issue>

<issue
id="GradleDependency"
message="A newer version of com.google.android.material:material than 1.9.0 is available: 1.11.0"
errorLine1="material = &quot;1.9.0&quot;"
errorLine2=" ~~~~~~~">
<location
file="../gradle/libs.versions.toml"
line="19"
column="12"/>
</issue>

<issue
id="VectorPath"
message="Very long vector path (1138 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
Expand Down Expand Up @@ -991,17 +947,6 @@
column="1"/>
</issue>

<issue
id="UnusedResources"
message="The resource `R.drawable.ic_marker` appears to be unused"
errorLine1="&lt;vector android:height=&quot;44dp&quot; android:viewportHeight=&quot;172&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_marker.xml"
line="1"
column="1"/>
</issue>

<issue
id="UnusedResources"
message="The resource `R.drawable.ic_minivan` appears to be unused">
Expand Down Expand Up @@ -1354,7 +1299,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="159"
line="161"
column="27"/>
</issue>

Expand All @@ -1365,7 +1310,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="160"
line="162"
column="27"/>
</issue>

Expand Down

0 comments on commit 1afcd02

Please sign in to comment.