Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
6c9b7c0f
Commit
6c9b7c0f
authored
Dec 24, 2020
by
Daniel Wolf
Browse files
Bump version to 2.0.4 (build 75 for GPlay, Build 76 for F-Droid)
parent
59f19fc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
6c9b7c0f
...
@@ -12,8 +12,8 @@ android {
...
@@ -12,8 +12,8 @@ android {
applicationId
"com.frostnerd.smokescreen"
applicationId
"com.frostnerd.smokescreen"
minSdkVersion
21
minSdkVersion
21
targetSdkVersion
30
targetSdkVersion
30
versionCode
7
4
versionCode
7
5
versionName
"2.0.
3
"
versionName
"2.0.
4
"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
buildConfigField
(
"Boolean"
,
"FROM_CI"
,
String
.
valueOf
(
getSystemVariableOrDefault
(
"CI_COMMIT_SHORT_SHA"
,
""
)
!=
""
))
buildConfigField
(
"Boolean"
,
"FROM_CI"
,
String
.
valueOf
(
getSystemVariableOrDefault
(
"CI_COMMIT_SHORT_SHA"
,
""
)
!=
""
))
...
@@ -99,7 +99,7 @@ android {
...
@@ -99,7 +99,7 @@ android {
matchingFallbacks
=
[
'default'
]
matchingFallbacks
=
[
'default'
]
dimension
"version"
dimension
"version"
versionNameSuffix
"-adblock"
versionNameSuffix
"-adblock"
versionCode
7
5
versionCode
7
6
}
}
normal
{
normal
{
matchingFallbacks
=
[
'default'
]
matchingFallbacks
=
[
'default'
]
...
...
Write
Preview
Supports
Markdown
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