-
Notifications
You must be signed in to change notification settings - Fork 985
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: task to generate properties at build time
- Loading branch information
1 parent
95039f6
commit 4eff0c9
Showing
4 changed files
with
151 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Project-wide Gradle settings. | ||
|
||
# IDE (e.g. Android Studio) users: | ||
# Gradle settings configured through the IDE *will override* | ||
# any settings specified in this file. | ||
|
||
# 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: -Xmx10248m -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. More details, visit | ||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
# org.gradle.parallel=true | ||
|
||
# To create a new keystore for development purposes (https://developer.android.com/studio/publish/app-signing.html) | ||
# $keytool -genkey -v -keystore ./status-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias status | ||
|
||
# Version requirements used throughout the Gradle scripts | ||
minSdkVersion=24 | ||
compileSdkVersion=33 | ||
targetSdkVersion=33 | ||
buildToolsVersion=33.0.0 | ||
supportLibVersion=28.0.0 | ||
# This should match version from nix/pkgs/aapt2/default.nix | ||
gradlePluginVersion=7.4.2 | ||
kotlinPluginVersion=1.9.0 | ||
|
||
android.useAndroidX=true | ||
android.enableJetifier=true | ||
|
||
KEYSTORE_PATH=~/.gradle/status-im.keystore | ||
KEYSTORE_PASSWORD=password | ||
KEYSTORE_ALIAS=status | ||
KEYSTORE_KEY_PASSWORD=password | ||
|
||
# By default we build a mostly universal APK | ||
ANDROID_ABI_SPLIT=false | ||
# Some platforms are excluded though | ||
ANDROID_ABI_INCLUDE=armeabi-v7a;arm64-v8a;x86;x86_64 | ||
|
||
org.gradle.jvmargs=-Xmx8704M | ||
|
||
versionCode=9999 | ||
commitHash=unknown | ||
|
||
# Use this property to enable support to the new architecture. | ||
# This will allow you to use TurboModules and the Fabric render in | ||
# your application. You should enable this flag either if you want | ||
# to write custom TurboModules/Fabric components OR use libraries that | ||
# are providing them. | ||
newArchEnabled=false | ||
|
||
# Use this property to enable or disable the Hermes JS engine. | ||
# If set to false, you will be using JSC instead. | ||
hermesEnabled=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Project-wide Gradle settings. | ||
|
||
# IDE (e.g. Android Studio) users: | ||
# Gradle settings configured through the IDE *will override* | ||
# any settings specified in this file. | ||
|
||
# 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: -Xmx10248m -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. More details, visit | ||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
# org.gradle.parallel=true | ||
|
||
# To create a new keystore for development purposes (https://developer.android.com/studio/publish/app-signing.html) | ||
# $keytool -genkey -v -keystore ./status-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias status | ||
|
||
# Version requirements used throughout the Gradle scripts | ||
minSdkVersion=24 | ||
compileSdkVersion=33 | ||
targetSdkVersion=33 | ||
buildToolsVersion=33.0.0 | ||
supportLibVersion=28.0.0 | ||
# This should match version from nix/pkgs/aapt2/default.nix | ||
gradlePluginVersion=7.4.2 | ||
kotlinPluginVersion=1.9.0 | ||
|
||
android.useAndroidX=true | ||
android.enableJetifier=true | ||
|
||
KEYSTORE_PATH=~/.gradle/status-im.keystore | ||
KEYSTORE_PASSWORD=password | ||
KEYSTORE_ALIAS=status | ||
KEYSTORE_KEY_PASSWORD=password | ||
|
||
# By default we build a mostly universal APK | ||
ANDROID_ABI_SPLIT=false | ||
# Some platforms are excluded though | ||
ANDROID_ABI_INCLUDE=armeabi-v7a;arm64-v8a;x86;x86_64 | ||
|
||
org.gradle.jvmargs=-Xmx8704M | ||
|
||
versionCode=9999 | ||
commitHash=unknown | ||
|
||
# Use this property to enable support to the new architecture. | ||
# This will allow you to use TurboModules and the Fabric render in | ||
# your application. You should enable this flag either if you want | ||
# to write custom TurboModules/Fabric components OR use libraries that | ||
# are providing them. | ||
newArchEnabled=false | ||
|
||
# Use this property to enable or disable the Hermes JS engine. | ||
# If set to false, you will be using JSC instead. | ||
hermesEnabled=false |