Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
matrix-android-sdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Circles
matrix-android-sdk
Commits
14a4728a
Commit
14a4728a
authored
3 years ago
by
Benoit Marty
Browse files
Options
Downloads
Patches
Plain Diff
Manual upgrade some dependencies
parent
73a4a835
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+5
-6
5 additions, 6 deletions
build.gradle
gradle/wrapper/gradle-wrapper.properties
+2
-2
2 additions, 2 deletions
gradle/wrapper/gradle-wrapper.properties
with
7 additions
and
8 deletions
build.gradle
+
5
−
6
View file @
14a4728a
// Top-level build file where you can add configuration options common to all sub-projects/modules.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
buildscript
{
// Ref: https://kotlinlang.org/releases.html
apply
from:
'dependencies.gradle'
ext
.
kotlin_version
=
'1.5.21'
ext
.
kotlin_coroutines_version
=
"1.5.0"
repositories
{
repositories
{
google
()
google
()
jcenter
()
jcenter
()
...
@@ -13,9 +12,9 @@ buildscript {
...
@@ -13,9 +12,9 @@ buildscript {
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:7.0.2'
classpath
libs
.
gradle
.
gradlePlugin
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
libs
.
gradle
.
kotlinPlugin
classpath
'com.vanniktech:gradle-maven-publish-plugin:0.1
7
.0'
classpath
'com.vanniktech:gradle-maven-publish-plugin:0.1
8
.0'
// NOTE: Do not place your application dependencies here; they belong
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// in the individual module build.gradle files
}
}
...
...
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
2
−
2
View file @
14a4728a
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionSha256Sum
=
9bb8bc05f562f2d42bdf1ba8db62f6b6fa1c3bf6c392228802cc7cb0578fe7e0
distributionSha256Sum
=
a8da5b02437a60819cad23e10fc7e9cf32bcb57029d9cb277e26eeff76ce014b
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
1.1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
2
-all.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
This diff is collapsed.
Click to expand it.
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