Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: androidacy-user <[email protected]>
  • Loading branch information
androidacy-user committed Nov 7, 2023
1 parent dac8489 commit 1c47c44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/src/main/kotlin/com/fox2code/mmm/MainApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ class MainApplication : Application(), Configuration.Provider, ActivityLifecycle
config.setLoggingEnabled(BuildConfig.DEBUG)
config.setRequiresConsent(false)
config.setRecordAppStartTime(true)
config.enableServerConfiguration()
Countly.sharedInstance().init(config)
Countly.applicationOnCreate()
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
# org.gradle.parallel=true
#Tue Jul 18 21:42:11 EDT 2023
#android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=false
android.enableJetifier=true
android.enableR8.fullMode=true
android.useAndroidX=true
org.gradle.caching=true
org.gradle.configuration-cache=false # temporarily disabled due to https://github.com/getsentry/sentry-android-gradle-plugin/issues/554
org.gradle.configuration-cache.problems=warn
org.gradle.jvmargs=-Xmx1536M -Dorg.gradle.android.cache-fix.ignoreVersionCheck\=true -Dkotlin.daemon.jvm.options\="-Xmx1536M" -Dfile.encoding\=UTF-8 -XX\:+UseParallelGC -XX\:ReservedCodeCacheSize\=768m
org.gradle.parallel=true
org.gradle.parallel=true

0 comments on commit 1c47c44

Please sign in to comment.