Skip to content

Commit

Permalink
update MobileSDK to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameri11 committed Dec 29, 2023
1 parent 5ea209e commit ded9ac7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/config/androidLint/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<issue
id="GradleDependency"
message="A newer version of com.google.android.material:material than 1.9.0 is available: 1.10.0"
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
Expand Down Expand Up @@ -1354,7 +1354,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="160"
line="159"
column="27"/>
</issue>

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ taskTree = "2.1.1"
undercouch-download = "5.4.0"
ktlint = "11.5.0"

dgis-sdk = "10.0.0-beta.2"
dgis-sdk = "10.0.0"

appcompat = "1.6.1"
constraintlayout = "2.1.4"
Expand Down

0 comments on commit ded9ac7

Please sign in to comment.