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
Ravikant Sharma
Nebulo
Commits
6c934b01
Commit
6c934b01
authored
Jan 11, 2020
by
Daniel Wolf
Browse files
Updated dependencies
Closes
#208
parent
920acfa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
6c934b01
...
...
@@ -31,7 +31,7 @@ android {
buildConfigField
(
"Boolean"
,
"FROM_CI"
,
String
.
valueOf
(
getSystemVariableOrDefault
(
"CI_COMMIT_SHORT_SHA"
,
""
)
!=
""
))
buildConfigField
(
"String"
,
"COMMIT_HASH"
,
'"'
+
getGitCommitHash
()
+
'"'
)
buildConfigField
(
"String"
,
"SENTRY_DSN"
,
'"
'
+
getSystemVariableOrDefault
(
"SENTRY_DSN"
,
"dummy"
)
+
'
"'
)
buildConfigField
(
"String"
,
"SENTRY_DSN"
,
'"
https://fadeddb58abf408db50809922bf064cc@sentry.frostnerd.com:443/2
"'
)
kapt
{
arguments
{
...
...
@@ -124,7 +124,7 @@ dependencies {
implementation
'com.frostnerd.utilskt:preferences:1.5.17'
// https://git.frostnerd.com/AndroidUtils/preferenceskt
implementation
'com.frostnerd.utilskt:navigationdraweractivity:1.3.29'
// https://git.frostnerd.com/AndroidUtils/navigationdraweractivity
implementation
'com.frostnerd.utilskt:encrypteddnstunnelproxy:1.5.1
79
'
// https://git.frostnerd.com/AndroidUtils/encrypteddnstunnelproxy
implementation
'com.frostnerd.utilskt:encrypteddnstunnelproxy:1.5.1
80
'
// https://git.frostnerd.com/AndroidUtils/encrypteddnstunnelproxy
implementation
'com.frostnerd.utilskt:general:1.0.19'
// https://git.frostnerd.com/AndroidUtils/generalkt
implementation
'com.frostnerd.utilskt:adapters:1.1.6'
// https://git.frostnerd.com/AndroidUtils/Adapters
...
...
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