Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
android
Foldable folder list
Commits
068773c5
Verified
Commit
068773c5
authored
Sep 23, 2022
by
Ignacio García
🇯🇵
Browse files
Update version code and name
parent
4ccf986a
Changes
2
Hide whitespace changes
Inline
Side-by-side
buildSrc/src/main/java/Dependencies.kt
View file @
068773c5
...
...
@@ -2,8 +2,8 @@ object Apps {
const
val
compileSdk
=
31
const
val
minSdk
=
21
const
val
targetSdk
=
31
const
val
versionCode
=
3
const
val
versionName
=
"v0.2.
1
"
const
val
versionCode
=
4
const
val
versionName
=
"v0.2.
2
"
const
val
buildToolsVersion
=
"30.0.3"
const
val
appId
=
"security.pEp.foldable.folders"
const
val
testInstrumentationRunner
=
"androidx.test.runner.AndroidJUnitRunner"
...
...
library/build.gradle
View file @
068773c5
...
...
@@ -11,8 +11,8 @@ android {
defaultConfig
{
minSdkVersion
21
targetSdkVersion
31
versionCode
3
versionName
"v0.2.
1
"
versionCode
4
versionName
"v0.2.
2
"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles
'consumer-rules.pro'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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