feat: initialize Android SSH manager app with terminal and crypto
This commit is contained in:
commit
66417cc194
55 changed files with 3711 additions and 0 deletions
12
gradle.properties
Normal file
12
gradle.properties
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# JVM-Args for the Gradle daemon: use JDK 21 features and enough heap.
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -XX:+UseParallelGC
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
org.gradle.configuration-cache=false
|
||||
|
||||
# AndroidX
|
||||
android.useAndroidX=true
|
||||
android.nonTransitiveRClass=true
|
||||
|
||||
# Kotlin
|
||||
kotlin.code.style=official
|
||||
Loading…
Add table
Add a link
Reference in a new issue