Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
d428763b
Commit
d428763b
authored
7 months ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
Revert gradle to 8.5.2, to Kotlin 1.9
Change-Id: I60d4d00367698bf6cb7ea76537c6175f1cf15f06
parent
3afb8435
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
jami-android/build.gradle.kts
+3
-3
3 additions, 3 deletions
jami-android/build.gradle.kts
jami-android/gradle.properties
+0
-2
0 additions, 2 deletions
jami-android/gradle.properties
with
3 additions
and
5 deletions
jami-android/build.gradle.kts
+
3
−
3
View file @
d428763b
plugins
{
id
(
"com.google.devtools.ksp"
)
version
"
2.0
.2
0
-1.0.
25
"
apply
false
id
(
"com.google.devtools.ksp"
)
version
"
1.9
.2
3
-1.0.
19
"
apply
false
}
buildscript
{
...
...
@@ -9,11 +9,11 @@ buildscript {
mavenCentral
()
}
val
kotlin_version
by
extra
{
"
2.0
.2
0
"
}
val
kotlin_version
by
extra
{
"
1.9
.2
3
"
}
val
hilt_version
by
extra
{
"2.51.1"
}
dependencies
{
classpath
(
"com.android.tools.build:gradle:8.
6.1
"
)
classpath
(
"com.android.tools.build:gradle:8.
5.2
"
)
classpath
(
"com.google.gms:google-services:4.4.2"
)
classpath
(
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
)
classpath
(
"com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
)
...
...
This diff is collapsed.
Click to expand it.
jami-android/gradle.properties
+
0
−
2
View file @
d428763b
...
...
@@ -4,6 +4,4 @@ android.useAndroidX=true
android.enableJetifier
=
false
android.nonTransitiveRClass
=
true
android.nonFinalResIds
=
false
org.gradle.configuration-cache
=
true
ksp.useKSP2
=
false
android.native.buildOutput
=
verbose
This diff is collapsed.
Click to expand it.
Pierre Nicolas
@pnicolas
mentioned in issue
#1776 (closed)
·
7 months ago
mentioned in issue
#1776 (closed)
mentioned in issue #1776
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment