Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
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
sheteng
com.ccwangluo.accelerator
Commits
981ad552
Commit
981ad552
authored
Dec 08, 2017
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing buildToolsVersion
parent
3c62d706
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
2 deletions
+5
-2
.travis.yml
.travis.yml
+1
-2
build.gradle
build.gradle
+1
-0
core/build.gradle
core/build.gradle
+1
-0
mobile/build.gradle
mobile/build.gradle
+1
-0
plugin/build.gradle
plugin/build.gradle
+1
-0
No files found.
.travis.yml
View file @
981ad552
...
...
@@ -19,8 +19,7 @@ android:
components
:
-
tools
-
android-27
-
build-tools-26.0.2
-
build-tools-27.0.0
-
build-tools-27.0.2
install
:
-
>
...
...
build.gradle
View file @
981ad552
...
...
@@ -5,6 +5,7 @@ buildscript {
kotlinVersion
=
'1.2.0'
minSdkVersion
=
19
sdkVersion
=
27
buildToolsVersion
=
'27.0.2'
supportLibraryVersion
=
'27.0.2'
takisoftFixVersion
=
'27.0.2.0'
playServicesVersion
=
'11.6.2'
...
...
core/build.gradle
View file @
981ad552
apply
plugin:
'com.android.library'
android
{
buildToolsVersion
rootProject
.
buildToolsVersion
compileSdkVersion
rootProject
.
sdkVersion
defaultConfig
{
...
...
mobile/build.gradle
View file @
981ad552
...
...
@@ -14,6 +14,7 @@ def getCurrentFlavor() {
}
android
{
buildToolsVersion
rootProject
.
buildToolsVersion
compileSdkVersion
rootProject
.
sdkVersion
defaultConfig
{
applicationId
"com.github.shadowsocks"
...
...
plugin/build.gradle
View file @
981ad552
...
...
@@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
android
{
buildToolsVersion
rootProject
.
buildToolsVersion
compileSdkVersion
rootProject
.
sdkVersion
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