Skip to content

Commit

Permalink
Revert "Revert "Updated cammie button positions so it moves to the co…
Browse files Browse the repository at this point in the history
…rrect position.""

This reverts commit f05fe44.
Accidental Gradle update
  • Loading branch information
Kaya-Sem committed Oct 17, 2023
1 parent f05fe44 commit 517d7f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ public enum Command {
SOUTH_WEST(REL, -10, -10),
SOUTH(REL, 0, -10),
SOUTH_EAST(REL, 10, -10),
SMALL_TABLE(ABS, 22, 12),
BIG_TABLE(ABS, 61, 10),
SOFA(ABS, 56, 24),
SMALL_TABLE(ABS, 43, 15),
BIG_TABLE(ABS, 32, 6),
SOFA(ABS, 64, 4),
DOOR(ABS, 30, 4);

final String command;
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
implementation gradleApi()
implementation localGroovy()
implementation 'com.android.tools.build:gradle:7.4.2'
implementation 'com.android.tools.build:gradle:8.1.2'
implementation 'org.jetbrains:annotations:24.0.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.5.0'
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
# SOFTWARE.
#


android.useAndroidX=true
org.gradle.jvmargs=-Xmx4608m

0 comments on commit 517d7f5

Please sign in to comment.