Skip to content

Commit

Permalink
learing - tictac.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ntt305 committed Oct 15, 2024
1 parent f529b30 commit 0549ac0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package org.firstinspires.ftc.teamcode.opmode;

import android.graphics.Color;

public class tictacs {
public String material = "plastic";
public int TicTac = 200;
public String expiration = String.valueOf(2025);
public String Color = "red";
public tictacs TicTacs () {

}



}
32 changes: 18 additions & 14 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true

# We no longer need to auto-convert third-party libraries to use AndroidX, which slowed down the build
android.enableJetifier=false

# Enable build caching
org.gradle.caching=true

# Allow Gradle to use up to 1 GB of RAM
org.gradle.jvmargs=-Xmx1024M
## For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
#
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx1024m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
#
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. For more details, visit
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
# org.gradle.parallel=true
#Mon Oct 14 18:14:35 EDT 2024
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.enableJetifier=false
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"

0 comments on commit 0549ac0

Please sign in to comment.