mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Update gradle scripts and dependencies (#538)
* Update gradle wrapper * Clean up some unnecessary/unused things in android gradles * Update some dependencies
This commit is contained in:
@@ -5,11 +5,11 @@ MIN_SDK_VERSION = 21
|
||||
TARGET_SDK_VERSION = 29
|
||||
COMPILE_SDK_VERSION = 29
|
||||
|
||||
DAGGER_VERSION = 2.25.2
|
||||
KOTLIN_VERSION = 1.3.50
|
||||
DAGGER_VERSION = 2.25.4
|
||||
KOTLIN_VERSION = 1.3.61
|
||||
SUPPORT_LIBRARY_VERSION = 28.0.0
|
||||
AUTO_FACTORY_VERSION = 1.0-beta6
|
||||
BUILD_TOOLS_VERSION = 3.5.2
|
||||
BUILD_TOOLS_VERSION = 3.5.3
|
||||
|
||||
org.gradle.parallel=false
|
||||
org.gradle.daemon=true
|
||||
|
||||
Reference in New Issue
Block a user