Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
ical4android
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
ical4android
Commits
41b850cf
Commit
41b850cf
authored
Mar 14, 2018
by
Ricki Hirner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to ical4j/2.2.0, Kotlin
parent
675241e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build.gradle
build.gradle
+2
-2
No files found.
build.gradle
View file @
41b850cf
buildscript
{
ext
.
kotlin_version
=
'1.2.
21
'
ext
.
kotlin_version
=
'1.2.
30
'
ext
.
dokka_version
=
'0.9.15'
repositories
{
...
...
@@ -57,7 +57,7 @@ android {
dependencies
{
compile
"org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
compile
'org.mnode.ical4j:ical4j:2.
1.5
'
compile
'org.mnode.ical4j:ical4j:2.
2.0
'
compile
'org.slf4j:slf4j-jdk14:1.7.25'
androidTestCompile
'com.android.support.test:runner:1.0.1'
...
...
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