Skip to content

Commit

Permalink
Revert "Updated cammie button positions so it moves to the correct po…
Browse files Browse the repository at this point in the history
…sition."

This reverts commit 8c0025d.
  • Loading branch information
Kaya-Sem committed Oct 17, 2023
1 parent 8c0025d commit f05fe44
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 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, 43, 15),
BIG_TABLE(ABS, 32, 6),
SOFA(ABS, 64, 4),
SMALL_TABLE(ABS, 22, 12),
BIG_TABLE(ABS, 61, 10),
SOFA(ABS, 56, 24),
DOOR(ABS, 30, 4);

final String command;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
}
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:8.1.2'
implementation 'com.android.tools.build:gradle:7.4.2'
implementation 'org.jetbrains:annotations:24.0.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.5.0'
Expand Down
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@
# SOFTWARE.
#

android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4608m

0 comments on commit f05fe44

Please sign in to comment.