Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
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
Administrator
AloqaIM-Android
Commits
5e0c3f36
Commit
5e0c3f36
authored
Aug 22, 2017
by
Filipe de Lima Brito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Kotlin version.
parent
242e0c9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
build.gradle
build.gradle
+1
-1
build.gradle
rocket-chat-core/build.gradle
+2
-2
No files found.
build.gradle
View file @
5e0c3f36
...
@@ -22,7 +22,7 @@ ext {
...
@@ -22,7 +22,7 @@ ext {
buildToolsVersion
=
"26.0.0"
buildToolsVersion
=
"26.0.0"
supportLibraryVersion
=
"25.4.0"
supportLibraryVersion
=
"25.4.0"
constraintLayoutVersion
=
"1.0.2"
constraintLayoutVersion
=
"1.0.2"
kotlinVersion
=
"1.1.
3
-2"
kotlinVersion
=
"1.1.
4
-2"
}
}
task
clean
(
type:
Delete
)
{
task
clean
(
type:
Delete
)
{
...
...
rocket-chat-core/build.gradle
View file @
5e0c3f36
plugins
{
plugins
{
id
"org.jetbrains.kotlin.jvm"
version
"1.1.
3
-2"
id
"org.jetbrains.kotlin.jvm"
version
"1.1.
4
-2"
}
}
apply
plugin:
'idea'
apply
plugin:
'idea'
...
@@ -25,4 +25,4 @@ dependencies {
...
@@ -25,4 +25,4 @@ dependencies {
}
}
sourceCompatibility
=
"1.7"
sourceCompatibility
=
"1.7"
targetCompatibility
=
"1.7"
targetCompatibility
=
"1.7"
\ No newline at end of file
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