Skip to content

Commit c896f37

Browse files
authored
Merge pull request #7 from ran-su/feature/android-app
Feat: Convert website to a basic Android app
2 parents b28a9f7 + 6d8e254 commit c896f37

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

gradle.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Project-wide Gradle settings.
2+
# For more details on how to configure your build environment visit
3+
# https://developer.android.com/studio/build/gradle-properties
4+
5+
# Specifies the JVM arguments used for the daemon process.
6+
# The setting is particularly useful for tweaking memory settings.
7+
org.gradle.jvmargs=-Xmx2048m
8+
9+
# The following two lines are required to use AndroidX libraries.
10+
# https://developer.android.com/jetpack/androidx
11+
android.useAndroidX=true
12+
android.enableJetifier=true

0 commit comments

Comments
 (0)