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
9641f291
Commit
9641f291
authored
Jun 14, 2018
by
Lucio Maciel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use final API 28
parent
335f0808
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
build.gradle
app/build.gradle
+1
-1
dependencies.gradle
dependencies.gradle
+1
-1
build.gradle
player/build.gradle
+1
-1
No files found.
app/build.gradle
View file @
9641f291
...
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android-extensions'
...
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android-extensions'
apply
plugin:
'kotlin-kapt'
apply
plugin:
'kotlin-kapt'
android
{
android
{
compileSdkVersion
'android-P'
compileSdkVersion
versions
.
compileSdk
buildToolsVersion
versions
.
buildTools
buildToolsVersion
versions
.
buildTools
defaultConfig
{
defaultConfig
{
...
...
dependencies.gradle
View file @
9641f291
...
@@ -2,7 +2,7 @@ ext {
...
@@ -2,7 +2,7 @@ ext {
versions
=
[
versions
=
[
java
:
JavaVersion
.
VERSION_1_8
,
java
:
JavaVersion
.
VERSION_1_8
,
compileSdk
:
28
,
compileSdk
:
28
,
targetSdk
:
2
7
,
targetSdk
:
2
8
,
buildTools
:
'28.0.0-rc2'
,
buildTools
:
'28.0.0-rc2'
,
kotlin
:
'1.2.41'
,
kotlin
:
'1.2.41'
,
coroutine
:
'0.22.5'
,
coroutine
:
'0.22.5'
,
...
...
player/build.gradle
View file @
9641f291
...
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
...
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
apply
plugin:
'kotlin-android-extensions'
android
{
android
{
compileSdkVersion
'android-P'
compileSdkVersion
versions
.
compileSdk
buildToolsVersion
versions
.
buildTools
buildToolsVersion
versions
.
buildTools
defaultConfig
{
defaultConfig
{
...
...
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