Skip to content

Commit 1c47c44

Browse files
minor tweaks
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent dac8489 commit 1c47c44

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/src/main/kotlin/com/fox2code/mmm/MainApplication.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ class MainApplication : Application(), Configuration.Provider, ActivityLifecycle
296296
config.setLoggingEnabled(BuildConfig.DEBUG)
297297
config.setRequiresConsent(false)
298298
config.setRecordAppStartTime(true)
299+
config.enableServerConfiguration()
299300
Countly.sharedInstance().init(config)
300301
Countly.applicationOnCreate()
301302
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# org.gradle.parallel=true
1313
#Tue Jul 18 21:42:11 EDT 2023
1414
#android.defaults.buildfeatures.buildconfig=true
15-
android.enableJetifier=false
15+
android.enableJetifier=true
1616
android.enableR8.fullMode=true
1717
android.useAndroidX=true
1818
org.gradle.caching=true
1919
org.gradle.configuration-cache=false # temporarily disabled due to https://github.com/getsentry/sentry-android-gradle-plugin/issues/554
2020
org.gradle.configuration-cache.problems=warn
2121
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
22-
org.gradle.parallel=true
22+
org.gradle.parallel=true

0 commit comments

Comments
 (0)