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
ec3e86d1
Commit
ec3e86d1
authored
Dec 29, 2018
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync version code and name
parent
b0bc0c74
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
build.gradle
build.gradle
+2
-0
core/build.gradle
core/build.gradle
+2
-2
mobile/build.gradle
mobile/build.gradle
+2
-2
tv/build.gradle
tv/build.gradle
+2
-2
No files found.
build.gradle
View file @
ec3e86d1
...
@@ -15,6 +15,8 @@ buildscript {
...
@@ -15,6 +15,8 @@ buildscript {
junitVersion
=
'4.12'
junitVersion
=
'4.12'
androidTestVersion
=
'1.1.1'
androidTestVersion
=
'1.1.1'
androidEspressoVersion
=
'3.1.1'
androidEspressoVersion
=
'3.1.1'
versionCode
=
4060400
versionName
=
'4.6.4'
}
}
repositories
{
repositories
{
...
...
core/build.gradle
View file @
ec3e86d1
...
@@ -11,8 +11,8 @@ android {
...
@@ -11,8 +11,8 @@ android {
defaultConfig
{
defaultConfig
{
minSdkVersion
rootProject
.
minSdkVersion
minSdkVersion
rootProject
.
minSdkVersion
targetSdkVersion
rootProject
.
sdkVersion
targetSdkVersion
rootProject
.
sdkVersion
versionCode
1
versionCode
rootProject
.
versionCode
versionName
"1.0.0"
versionName
versionCode
.
versionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
...
...
mobile/build.gradle
View file @
ec3e86d1
...
@@ -22,8 +22,8 @@ android {
...
@@ -22,8 +22,8 @@ android {
applicationId
"com.github.shadowsocks"
applicationId
"com.github.shadowsocks"
minSdkVersion
rootProject
.
minSdkVersion
minSdkVersion
rootProject
.
minSdkVersion
targetSdkVersion
rootProject
.
sdkVersion
targetSdkVersion
rootProject
.
sdkVersion
versionCode
4060400
versionCode
rootProject
.
versionCode
versionName
"4.6.4"
versionName
versionCode
.
versionName
testApplicationId
"com.github.shadowsocks.test"
testApplicationId
"com.github.shadowsocks.test"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
resConfigs
"fa"
,
"fr"
,
"ja"
,
"ko"
,
"ru"
,
"tr"
,
"zh-rCN"
,
"zh-rTW"
resConfigs
"fa"
,
"fr"
,
"ja"
,
"ko"
,
"ru"
,
"tr"
,
"zh-rCN"
,
"zh-rTW"
...
...
tv/build.gradle
View file @
ec3e86d1
...
@@ -23,8 +23,8 @@ android {
...
@@ -23,8 +23,8 @@ android {
applicationId
"com.github.shadowsocks.tv"
applicationId
"com.github.shadowsocks.tv"
minSdkVersion
rootProject
.
minSdkVersion
minSdkVersion
rootProject
.
minSdkVersion
targetSdkVersion
rootProject
.
sdkVersion
targetSdkVersion
rootProject
.
sdkVersion
versionCode
4060410
versionCode
rootProject
.
versionCode
versionName
"4.6.4"
versionName
versionCode
.
versionName
testApplicationId
"com.github.shadowsocks.tv.test"
testApplicationId
"com.github.shadowsocks.tv.test"
resConfigs
"fa"
,
"fr"
,
"ja"
,
"ko"
,
"ru"
,
"tr"
,
"zh-rCN"
,
"zh-rTW"
resConfigs
"fa"
,
"fr"
,
"ja"
,
"ko"
,
"ru"
,
"tr"
,
"zh-rCN"
,
"zh-rTW"
}
}
...
...
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