Skip to content

Commit

Permalink
Merge pull request #670 from ooni/dependabot/gradle/com.github.floren…
Browse files Browse the repository at this point in the history
…t37-shapeofview-1.4.7

chore(deps): bump com.github.florent37:shapeofview from 1.3.2 to 1.4.7
  • Loading branch information
aanorbel authored Feb 19, 2024
2 parents 397b7c2 + 3c6d384 commit feb06f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions app/src/main/res/layout/fragment_dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,20 @@

</androidx.appcompat.widget.Toolbar>

<com.github.florent37.shapeofview.shapes.ArcView
<io.github.florent37.shapeofview.shapes.ArcView
android:layout_width="match_parent"
android:layout_height="56dp"
android:id="@+id/arc_view"
app:layout_constraintTop_toBottomOf="@id/toolbar"
app:shape_arc_cropDirection="inside"
app:shape_arc_height="16dp"
app:shape_arc_height="-16dp"
app:shape_arc_position="bottom">

<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_base"/>

</com.github.florent37.shapeofview.shapes.ArcView>
</io.github.florent37.shapeofview.shapes.ArcView>

<Button
android:id="@+id/run_all"
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ googlePlaycore = "1.10.3"
compileSdk = "34"
lottie = "3.0.7"
markwon = "4.6.2"
shapeofview = "1.3.2"
shapeofview = "1.4.7"
targetSdk = "33"
minSdk = "21"
oonimkall = "2023.12.13-200325"
Expand Down Expand Up @@ -103,7 +103,7 @@ google-firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref
junit4 = { module = "junit:junit", version.ref = "junit" }
gms-googleServices = { module = "com.google.gms:google-services", version.ref = "gms-googleServices" }
ooni-oonimkall = { module = "org.ooni:oonimkall", version.ref = "oonimkall" }
shapeofview = { module = "com.github.florent37:shapeofview", version.ref = "shapeofview" }
shapeofview = { module = "io.github.florent37:shapeofview", version.ref = "shapeofview" }

[plugins]
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
Expand Down

0 comments on commit feb06f6

Please sign in to comment.