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
AndroidUtils
NavigationDrawerActivity
Commits
0e6d6a2e
Commit
0e6d6a2e
authored
Dec 21, 2021
by
Daniel Wolf
Browse files
Fix SDK version
parent
cf00fad4
Pipeline
#7845
failed with stage
in 53 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
navigationdrawertest/build.gradle
View file @
0e6d6a2e
...
...
@@ -2,14 +2,12 @@ apply plugin: 'com.android.application'
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
android
{
compileSdkVersion
30
compileSdkVersion
ANDROID_COMPILE_SDK
defaultConfig
{
applicationId
"com.frostnerd.navigationdrawertest"
minSdkVersion
21
targetSdkVersion
30
minSdkVersion
ANDROID_MIN_SDK
targetSdkVersion
ANDROID_COMPILE_SDK
versionCode
1
versionName
"1.0"
...
...
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