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
1f504b22
Commit
1f504b22
authored
Mar 15, 2019
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to Android Q beta 1
parent
9a08abc0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
7 deletions
+3
-7
build.gradle
build.gradle
+2
-3
core/build.gradle
core/build.gradle
+0
-1
core/src/main/AndroidManifest.xml
core/src/main/AndroidManifest.xml
+1
-0
mobile/build.gradle
mobile/build.gradle
+0
-1
plugin/build.gradle
plugin/build.gradle
+0
-1
tv/build.gradle
tv/build.gradle
+0
-1
No files found.
build.gradle
View file @
1f504b22
...
@@ -6,9 +6,8 @@ buildscript {
...
@@ -6,9 +6,8 @@ buildscript {
ext
{
ext
{
kotlinVersion
=
'1.3.21'
kotlinVersion
=
'1.3.21'
minSdkVersion
=
21
minSdkVersion
=
21
sdkVersion
=
28
sdkVersion
=
'Q'
compileSdkVersion
=
28
compileSdkVersion
=
'android-Q'
buildToolsVersion
=
'28.0.3'
preferencexVersion
=
'1.0.0'
preferencexVersion
=
'1.0.0'
junitVersion
=
'4.12'
junitVersion
=
'4.12'
androidTestVersion
=
'1.1.1'
androidTestVersion
=
'1.1.1'
...
...
core/build.gradle
View file @
1f504b22
...
@@ -4,7 +4,6 @@ apply plugin: 'kotlin-android-extensions'
...
@@ -4,7 +4,6 @@ apply plugin: 'kotlin-android-extensions'
apply
plugin:
'kotlin-kapt'
apply
plugin:
'kotlin-kapt'
android
{
android
{
buildToolsVersion
rootProject
.
buildToolsVersion
compileSdkVersion
rootProject
.
compileSdkVersion
compileSdkVersion
rootProject
.
compileSdkVersion
defaultConfig
{
defaultConfig
{
...
...
core/src/main/AndroidManifest.xml
View file @
1f504b22
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
android:icon=
"@mipmap/ic_launcher"
android:icon=
"@mipmap/ic_launcher"
android:allowBackup=
"true"
android:allowBackup=
"true"
android:backupAgent=
"com.github.shadowsocks.ConfigBackupHelper"
android:backupAgent=
"com.github.shadowsocks.ConfigBackupHelper"
android:extractNativeLibs=
"true"
android:fullBackupContent=
"@xml/backup_descriptor"
android:fullBackupContent=
"@xml/backup_descriptor"
android:fullBackupOnly=
"true"
android:fullBackupOnly=
"true"
android:label=
"@string/app_name"
android:label=
"@string/app_name"
...
...
mobile/build.gradle
View file @
1f504b22
...
@@ -17,7 +17,6 @@ def getCurrentFlavor() {
...
@@ -17,7 +17,6 @@ def getCurrentFlavor() {
}
}
android
{
android
{
buildToolsVersion
rootProject
.
buildToolsVersion
compileSdkVersion
rootProject
.
compileSdkVersion
compileSdkVersion
rootProject
.
compileSdkVersion
defaultConfig
{
defaultConfig
{
applicationId
"com.github.shadowsocks"
applicationId
"com.github.shadowsocks"
...
...
plugin/build.gradle
View file @
1f504b22
...
@@ -14,7 +14,6 @@ def getRepositoryPassword() {
...
@@ -14,7 +14,6 @@ def getRepositoryPassword() {
}
}
android
{
android
{
buildToolsVersion
rootProject
.
buildToolsVersion
compileSdkVersion
rootProject
.
compileSdkVersion
compileSdkVersion
rootProject
.
compileSdkVersion
defaultConfig
{
defaultConfig
{
...
...
tv/build.gradle
View file @
1f504b22
...
@@ -17,7 +17,6 @@ def getCurrentFlavor() {
...
@@ -17,7 +17,6 @@ def getCurrentFlavor() {
}
}
android
{
android
{
buildToolsVersion
rootProject
.
buildToolsVersion
compileSdkVersion
rootProject
.
compileSdkVersion
compileSdkVersion
rootProject
.
compileSdkVersion
defaultConfig
{
defaultConfig
{
applicationId
"com.github.shadowsocks.tv"
applicationId
"com.github.shadowsocks.tv"
...
...
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