Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-android
Commits
30dcd4cb
Commit
30dcd4cb
authored
Oct 12, 2021
by
Adrien Béraud
Browse files
build: update Kotlin
Change-Id: I5f062808bdcc887008db109e19bbc4e8faa060df
parent
4be70471
Changes
1
Hide whitespace changes
Inline
Side-by-side
ring-android/build.gradle
View file @
30dcd4cb
...
...
@@ -4,10 +4,10 @@ buildscript {
maven
{
url
"https://maven.google.com"
}
mavenCentral
()
}
ext
.
kotlin_version
=
'1.5.3
0
'
ext
.
kotlin_version
=
'1.5.3
1
'
ext
.
hilt_version
=
'2.38.1'
dependencies
{
classpath
'com.android.tools.build:gradle:7.0.
2
'
classpath
'com.android.tools.build:gradle:7.0.
3
'
classpath
'com.google.gms:google-services:4.3.10'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment