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
Adapters
Commits
88828a67
Commit
88828a67
authored
Aug 12, 2021
by
Daniel Wolf
Browse files
Bump version to 1.3.6
parent
3b608602
Pipeline
#7805
passed with stage
in 2 minutes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
library/build.gradle
View file @
88828a67
...
...
@@ -6,7 +6,7 @@ group = 'com.frostnerd.utilskt'
ext
{
libraryGroupId
=
group
libraryArtifactId
=
rootProject
.
name
libraryVersion
=
'1.3.
5
'
libraryVersion
=
'1.3.
6
'
}
android
{
...
...
@@ -60,7 +60,7 @@ dependencies {
implementation
"androidx.recyclerview:recyclerview:$RECYCLERVIEW_VERSION"
implementation
'com.frostnerd.utilskt:lifecycle:1.2.
1
'
implementation
'com.frostnerd.utilskt:lifecycle:1.2.
3
'
implementation
"org.jetbrains.kotlinx:kotlinx-coroutines-core:$COROUTINE_VERSION"
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
...
...
tests/build.gradle
View file @
88828a67
...
...
@@ -35,9 +35,9 @@ dependencies {
implementation
"org.jetbrains.kotlinx:kotlinx-coroutines-core:$COROUTINE_VERSION"
implementation
project
(
":library"
)
implementation
'com.frostnerd.utilskt:lifecycle:1.2.
1
'
implementation
'com.frostnerd.utilskt:lifecycle:1.2.
3
'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.
2
.0'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
2
.0'
testImplementation
'junit:junit:4.1
3.
2'
androidTestImplementation
'androidx.test:runner:1.
4
.0'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
4
.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