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
Imre Kristoffer Eilertsen
Nebulo
Commits
b13e3257
Commit
b13e3257
authored
Aug 19, 2021
by
Daniel Wolf
Browse files
Update dependencies
parent
b79bcc61
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
b13e3257
...
...
@@ -151,12 +151,12 @@ dependencies {
implementation
'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1'
implementation
'com.frostnerd.utilskt:lifecycle:1.2.
3
'
implementation
'com.frostnerd.utilskt:preferences:1.5.3
2
'
// https://git.frostnerd.com/AndroidUtils/preferenceskt
implementation
'com.frostnerd.utilskt:navigationdraweractivity:1.4.
4
'
// https://git.frostnerd.com/AndroidUtils/navigationdraweractivity
implementation
'com.frostnerd.utilskt:encrypteddnstunnelproxy:2.2.
0
'
// https://git.frostnerd.com/AndroidUtils/encrypteddnstunnelproxy
implementation
'com.frostnerd.utilskt:general:1.0.2
7
'
// https://git.frostnerd.com/AndroidUtils/generalkt
implementation
'com.frostnerd.utilskt:adapters:1.3.
6
'
// https://git.frostnerd.com/AndroidUtils/Adapters
implementation
'com.frostnerd.utilskt:lifecycle:1.2.
4
'
implementation
'com.frostnerd.utilskt:preferences:1.5.3
3
'
// https://git.frostnerd.com/AndroidUtils/preferenceskt
implementation
'com.frostnerd.utilskt:navigationdraweractivity:1.4.
5
'
// https://git.frostnerd.com/AndroidUtils/navigationdraweractivity
implementation
'com.frostnerd.utilskt:encrypteddnstunnelproxy:2.2.
1
'
// https://git.frostnerd.com/AndroidUtils/encrypteddnstunnelproxy
implementation
'com.frostnerd.utilskt:general:1.0.2
8
'
// https://git.frostnerd.com/AndroidUtils/generalkt
implementation
'com.frostnerd.utilskt:adapters:1.3.
8
'
// https://git.frostnerd.com/AndroidUtils/Adapters
storeImplementation
'com.google.android.gms:play-services-cronet:17.0.1'
fdroidImplementation
'com.google.android.gms:play-services-cronet:17.0.1'
...
...
build.gradle
View file @
b13e3257
...
...
@@ -38,7 +38,7 @@ buildscript {
ext
.
ANDROID_COMPILE_SDK
=
(
System
.
getenv
(
"ANDROID_COMPILE_SDK"
)
==
null
?
30
:
System
.
getenv
(
"ANDROID_COMPILE_SDK"
)).
toInteger
()
ext
.
ANDROID_TARGET_SDK
=
(
System
.
getenv
(
"ANDROID_TARGET_SDK"
)
==
null
?
ANDROID_COMPILE_SDK
:
System
.
getenv
(
"ANDROID_TARGET_SDK"
)).
toInteger
()
ext
.
ANDROID_MIN_SDK
=
(
System
.
getenv
(
"ANDROID_MIN_SDK"
)
==
null
?
14
:
System
.
getenv
(
"ANDROID_COMPILE_SDK"
)).
toInteger
()
ext
.
ANDROID_GRADLE_PLUGIN_VERSION
=
System
.
getenv
(
"ANDROID_GRADLE_PLUGIN_VERSION"
)
==
null
?
"7.0.
0
"
:
System
.
getenv
(
"ANDROID_GRADLE_PLUGIN_VERSION"
)
ext
.
ANDROID_GRADLE_PLUGIN_VERSION
=
System
.
getenv
(
"ANDROID_GRADLE_PLUGIN_VERSION"
)
==
null
?
"7.0.
1
"
:
System
.
getenv
(
"ANDROID_GRADLE_PLUGIN_VERSION"
)
println
"COMPILE SDK Version: $ANDROID_COMPILE_SDK"
println
"TARGET SDK Version: $ANDROID_TARGET_SDK"
...
...
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