Skip to content

Commit

Permalink
Fix: Suggestion bubble crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhPatange committed Oct 2, 2023
1 parent e7a0279 commit 15552cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private object LibraryVersion {
const val WEBKIT = "1.2.0"
const val TIMBER = "5.0.1"
const val PINLOCK = "1.2"
const val BILLING = "4.0.0"
const val BILLING = "6.0.0"
const val MARKWON = "4.6.2"
const val SENTRY = "5.5.1"
const val SWIPE_REFRESH_LAYOUT = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion XClipper.Android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin = "1.7.0"
hilt = "2.44"
kspGradlePlugin = "1.7.0-1.0.6"
crashlyticsGradlePlugin = "2.7.1"
gmsGradlePlugin = "4.3.10"
gmsGradlePlugin = "4.3.14"
spotifyRulerGradlePlugin = "1.1.1"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public void onUp(float x, float y) {
}

private void moveLinearlyToCorner() {
int x1 = previous[0].x;
int y1 = previous[0].y;
// int x1 = previous[0].x;
// int y1 = previous[0].y;
int x2 = previous[1].x;
int y2 = previous[1].y;

Expand Down

0 comments on commit 15552cd

Please sign in to comment.