Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
circles-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
circles-android
Commits
f08c9745
Commit
f08c9745
authored
1 year ago
by
Taras
Browse files
Options
Downloads
Patches
Plain Diff
Update to latest gradle version
parent
5278da73
No related branches found
No related tags found
No related merge requests found
Changes
4
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.properties
+2
-0
2 additions, 0 deletions
gradle.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
1 addition, 1 deletion
gradle/wrapper/gradle-wrapper.properties
with
5 additions
and
3 deletions
app/build.gradle
+
1
−
1
View file @
f08c9745
...
@@ -114,7 +114,7 @@ dependencies {
...
@@ -114,7 +114,7 @@ dependencies {
implementation
"androidx.browser:browser:1.5.0"
implementation
"androidx.browser:browser:1.5.0"
//ExoPlayer
//ExoPlayer
implementation
'com.google.android.exoplayer:exoplayer:2.18.
5
'
implementation
'com.google.android.exoplayer:exoplayer:2.18.
6
'
//Image zoom
//Image zoom
implementation
'com.jsibbold:zoomage:1.3.1'
implementation
'com.jsibbold:zoomage:1.3.1'
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
1
−
1
View file @
f08c9745
...
@@ -9,7 +9,7 @@ buildscript {
...
@@ -9,7 +9,7 @@ buildscript {
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:
7.4.2
'
classpath
'com.android.tools.build:gradle:
8.0.0
'
classpath
'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
classpath
'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
classpath
"androidx.navigation:navigation-safe-args-gradle-plugin:$androidx_nav_version"
classpath
"androidx.navigation:navigation-safe-args-gradle-plugin:$androidx_nav_version"
classpath
'com.google.gms:google-services:4.3.15'
classpath
'com.google.gms:google-services:4.3.15'
...
...
This diff is collapsed.
Click to expand it.
gradle.properties
+
2
−
0
View file @
f08c9745
...
@@ -22,3 +22,5 @@ kotlin.code.style=official
...
@@ -22,3 +22,5 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass
=
true
android.nonTransitiveRClass
=
true
android.defaults.buildfeatures.buildconfig
=
true
android.nonFinalResIds
=
false
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
1
−
1
View file @
f08c9745
#Mon Feb 14 14:59:49 EET 2022
#Mon Feb 14 14:59:49 EET 2022
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
7.5
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
8.0
-bin.zip
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
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