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
Faisal Alanzi
Nebulo
Commits
716a3ade
Commit
716a3ade
authored
Jun 07, 2021
by
Daniel Wolf
Browse files
Bump version to 2.1.2 (Build 80)
parent
25044e7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
716a3ade
...
...
@@ -11,8 +11,8 @@ android {
applicationId
"com.frostnerd.smokescreen"
minSdkVersion
21
targetSdkVersion
30
versionCode
79
versionName
"2.1.
1
"
versionCode
80
versionName
"2.1.
2
"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
def
sentryDSN
=
String
.
valueOf
(
getSystemVariableOrDefault
(
"NEBULO_SENTRY_DSN"
,
"dummy"
))
...
...
@@ -90,13 +90,13 @@ android {
matchingFallbacks
=
[
'fdroid'
]
dimension
"releaseChannel"
versionNameSuffix
"-adblock"
versionCode
79
versionCode
80
}
fdroid
{
matchingFallbacks
=
[
'default'
]
dimension
"releaseChannel"
versionNameSuffix
"-adblock"
versionCode
79
versionCode
80
}
}
sourceSets
{
...
...
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