Skip to content

Commit

Permalink
adjust colors
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Apr 18, 2024
1 parent 6df31d0 commit d0f3d60
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 11 deletions.
10 changes: 5 additions & 5 deletions app_solcraftlauncher/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.android.application' version '7.4.2'
id 'com.android.application' version '8.2.2'
}

static def getDate() { return new Date().format('yyyyMMdd') }
Expand Down Expand Up @@ -92,9 +92,6 @@ android {

compileSdk = 33

lintOptions {
abortOnError false
}

signingConfigs {
customDebug {
Expand Down Expand Up @@ -176,15 +173,18 @@ android {
packagingOptions {
jniLibs {
useLegacyPackaging = true
pickFirsts += ['**/libbytehook.so']
}
pickFirst '**/libbytehook.so'
}

buildFeatures {
prefab true
}

buildToolsVersion = '33.0.2'
lint {
abortOnError false
}
}

dependencies {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1713062657165
1713398722142
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1713062657471
1713398722416
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1713062657984
1713398722692
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app_solcraftlauncher/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<color name="control_button_color">#4CC4C4C4</color>
<color name="control_button_pressed_color">#4D000000</color>

<color name="minebutton_color">#57CC33</color>
<color name="minebutton_color">#FF0000</color>
<color name="background_app">#181818</color>
<color name="background_overlay">#464646</color>
<color name="background_status_bar">#242424</color>
Expand Down
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ org.gradle.configureondemand=true

android.useAndroidX=true
android.bundle.language.enableSplit=false
org.gradle.jvmargs=-Xmx8G
org.gradle.jvmargs=-Xmx8G
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d0f3d60

Please sign in to comment.