mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
organize build.gradle
This commit is contained in:
parent
ce8e67eb5d
commit
43652f4742
2 changed files with 23 additions and 20 deletions
12
build.gradle
12
build.gradle
|
|
@ -1,11 +1,13 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.6.21'
|
||||
ext.coroutines_version = '1.6.0'
|
||||
ext.room_version = '2.4.3'
|
||||
ext.hilt_version = '2.40.5'
|
||||
ext.datastore_version = '1.0.0'
|
||||
ext {
|
||||
kotlin_version = '1.6.21'
|
||||
coroutines_version = '1.6.0'
|
||||
room_version = '2.4.3'
|
||||
hilt_version = '2.40.5'
|
||||
datastore_version = '1.0.0'
|
||||
}
|
||||
|
||||
repositories {
|
||||
google()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue