mirror of
https://github.com/tuskyapp/Tusky
synced 2024-12-11 08:35:43 +01:00
0db1a23c4f
* Fix Typo
* Update build.gradle
* Update Deps
* Update Tests
* Fixes Tests
Without this some tests fail on my PC...
+ also:
"Put this in your gradle.properties:
android.enableUnitTestBinaryResources=true"
from http://robolectric.org/migrating/#project-configuration
* Make everything private
* Fix Warning
* Update TimelineFragment.java
* Update build.gradle
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Fix Compile Errors
e.g.
Type inference failed. Expected type mismatch: inferred type is Preference? but Preference was expected
Type inference failed. Please try to specify type arguments explicitly.
* fix crash
* Grandle Wrapper 5.3
* Revert "Fix Compile Errors"
This reverts commit 4a774a4fe3
.
* requirePreference
* oops
* Cleanup
* Update gradle-wrapper.properties
21 lines
612 B
Properties
21 lines
612 B
Properties
# 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.
|
|
|
|
org.gradle.jvmargs=-Xmx4096m
|
|
|
|
# use parallel execution
|
|
org.gradle.parallel=true
|
|
|
|
android.enableJetifier=true
|
|
android.useAndroidX=true
|
|
android.enableUnitTestBinaryResources=true
|