Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PolycentricAndroid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
VideoStreaming
PolycentricAndroid
Compare revisions
0b9d90b853ce416f32bf6c3f8870a45e79ed1d5f to 3e93115260bdda79235e3e4b82feadeaeae38794
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
videostreaming/polycentricandroid
Select target project
No results found
3e93115260bdda79235e3e4b82feadeaeae38794
Select Git revision
Branches
ad-polycentric-caching
master
Tags
0.1
0.2
0.3
0.4
0.5
Swap
Target
videostreaming/polycentricandroid
Select target project
videostreaming/polycentricandroid
1 result
0b9d90b853ce416f32bf6c3f8870a45e79ed1d5f
Select Git revision
Branches
ad-polycentric-caching
master
Tags
0.1
0.2
0.3
0.4
0.5
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
update gradle version
· 3e931152
Kai DeLorenzo
authored
6 months ago
Verified
3e931152
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
app/build.gradle
+1
-1
1 addition, 1 deletion
app/build.gradle
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
gradle/wrapper/gradle-wrapper.properties
+1
-1
1 addition, 1 deletion
gradle/wrapper/gradle-wrapper.properties
settings.gradle
+0
-2
0 additions, 2 deletions
settings.gradle
with
3 additions
and
5 deletions
app/build.gradle
View file @
3e931152
...
...
@@ -3,7 +3,7 @@ plugins {
id
'org.jetbrains.kotlin.android'
id
'com.google.protobuf'
id
'org.jetbrains.kotlin.plugin.serialization'
version
'1.9.21'
id
'org.ajoberstar.grgit'
version
'
1.7
.2'
id
'org.ajoberstar.grgit'
version
'
5.2
.2'
}
ext
{
...
...
This diff is collapsed.
Click to expand it.
build.gradle
View file @
3e931152
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins
{
id
'com.android.library'
version
'8.
2.0
'
apply
false
id
'com.android.library'
version
'8.
5.2
'
apply
false
id
'org.jetbrains.kotlin.android'
version
'1.9.0'
apply
false
id
'com.google.protobuf'
version
'0.9.4'
apply
false
}
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
View file @
3e931152
#Fri Feb 17 13:15:00 CET 2023
distributionBase
=
GRADLE_USER_HOME
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
2
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
7
-bin.zip
distributionPath
=
wrapper/dists
zipStorePath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
This diff is collapsed.
Click to expand it.
settings.gradle
View file @
3e931152
...
...
@@ -3,7 +3,6 @@ pluginManagement {
gradlePluginPortal
()
google
()
mavenCentral
()
jcenter
()
}
}
dependencyResolutionManagement
{
...
...
@@ -11,7 +10,6 @@ dependencyResolutionManagement {
repositories
{
google
()
mavenCentral
()
jcenter
()
}
}
rootProject
.
name
=
"PolycentricCore"
...
...
This diff is collapsed.
Click to expand it.