Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
GitFox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yamko
GitFox
Commits
fd6f440e
Commit
fd6f440e
authored
Jun 03, 2019
by
Konstantin Tskhovrebov
🤖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version to "1.5.2" and update dependencies.
parent
08bc78e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
app/build.gradle.kts
app/build.gradle.kts
+5
-5
No files found.
app/build.gradle.kts
View file @
fd6f440e
...
...
@@ -16,8 +16,8 @@ android {
minSdkVersion
(
19
)
targetSdkVersion
(
28
)
versionName
=
"1.5.
1
"
versionCode
=
1
6
versionName
=
"1.5.
2
"
versionCode
=
1
7
buildToolsVersion
=
"28.0.3"
...
...
@@ -94,7 +94,7 @@ dependencies {
//Support
implementation
(
"androidx.appcompat:appcompat:1.0.2"
)
implementation
(
"com.google.android.material:material:1.1.0-alpha0
6
"
)
implementation
(
"com.google.android.material:material:1.1.0-alpha0
7
"
)
implementation
(
"androidx.cardview:cardview:1.0.0"
)
implementation
(
"androidx.constraintlayout:constraintlayout:1.1.3"
)
//Kotlin
...
...
@@ -135,13 +135,13 @@ dependencies {
//Lottie
implementation
(
"com.airbnb.android:lottie:2.5.1"
)
//Date
implementation
(
"com.jakewharton.threetenabp:threetenabp:1.
0.5
"
)
implementation
(
"com.jakewharton.threetenabp:threetenabp:1.
2.0
"
)
//FlexBox Layout
implementation
(
"com.google.android:flexbox:1.0.0"
)
//Firebase
implementation
(
"com.google.firebase:firebase-core:16.0.9"
)
//Crashlytics
implementation
(
"com.crashlytics.sdk.android:crashlytics:2.10.
0
"
)
implementation
(
"com.crashlytics.sdk.android:crashlytics:2.10.
1
"
)
//JUnit
testImplementation
(
"junit:junit:4.12"
)
...
...
Write
Preview
Markdown
is supported
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