Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
QuasselDroid-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
QuasselDroid-ng
Commits
28f7dbca
Unverified
Commit
28f7dbca
authored
4 months ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
chore: update dependencies
parent
428afe7f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gradle/convention/src/main/kotlin/AndroidApplicationConvention.kt
+3
-3
3 additions, 3 deletions
...onvention/src/main/kotlin/AndroidApplicationConvention.kt
gradle/libs.versions.toml
+21
-21
21 additions, 21 deletions
gradle/libs.versions.toml
with
24 additions
and
24 deletions
gradle/convention/src/main/kotlin/AndroidApplicationConvention.kt
+
3
−
3
View file @
28f7dbca
...
...
@@ -4,7 +4,7 @@ import org.gradle.api.Plugin
import
org.gradle.api.Project
import
org.gradle.kotlin.dsl.configure
import
util.git
import
java.util.
Locale
import
java.util.
*
class
AndroidApplicationConvention
:
Plugin
<
Project
>
{
override
fun
apply
(
target
:
Project
)
{
...
...
@@ -16,11 +16,11 @@ class AndroidApplicationConvention : Plugin<Project> {
}
extensions
.
configure
<
ApplicationExtension
>
{
compileSdk
=
3
4
compileSdk
=
3
5
defaultConfig
{
minSdk
=
21
targetSdk
=
3
4
targetSdk
=
3
5
applicationId
=
"${rootProject.group}.${rootProject.name.lowercase(Locale.ROOT)}"
...
...
This diff is collapsed.
Click to expand it.
gradle/libs.versions.toml
+
21
−
21
View file @
28f7dbca
[versions]
android-gradle-plugin
=
"8.
1.1
"
androidx-appcompat
=
"1.
6.1
"
androidx-espresso
=
"3.
5
.1"
androidx-lifecycle
=
"2.
6.1
"
androidx-room
=
"2.
5.2
"
androidx-test
=
"1.
5
.2"
android-gradle-plugin
=
"8.
7.2
"
androidx-appcompat
=
"1.
7.0
"
androidx-espresso
=
"3.
6
.1"
androidx-lifecycle
=
"2.
8.7
"
androidx-room
=
"2.
6.1
"
androidx-test
=
"1.
6
.2"
dagger
=
"2.47"
glide
=
"4.16.0"
kotlin
=
"
1.9.10
"
kotlinx-serialization
=
"1.
6.0
"
ksp
=
"
1.9.10
-1.0.
13
"
kotlin
=
"
2.0.21
"
kotlinx-serialization
=
"1.
7.3
"
ksp
=
"
2.0.21
-1.0.
28
"
materialdialogs
=
"0.9.6.0"
retrofit
=
"2.9.0"
[libraries]
androidx-annotation
=
{
module
=
"androidx.annotation:annotation"
,
version
=
"1.
6.0
"
}
androidx-annotation
=
{
module
=
"androidx.annotation:annotation"
,
version
=
"1.
9.1
"
}
androidx-appcompat
=
{
module
=
"androidx.appcompat:appcompat"
,
version.ref
=
"androidx-appcompat"
}
androidx-appcompat-resorces
=
{
module
=
"androidx.appcompat:appcompat-resources"
,
version
=
"androidx-appcompat"
}
androidx-browser
=
{
module
=
"androidx.browser:browser"
,
version
=
"1.
6
.0"
}
androidx-browser
=
{
module
=
"androidx.browser:browser"
,
version
=
"1.
8
.0"
}
androidx-cardview
=
{
module
=
"androidx.cardview:cardview"
,
version
=
"1.0.0"
}
androidx-constraintlayout
=
{
module
=
"androidx.constraintlayout:constraintlayout"
,
version
=
"2.
1.4
"
}
androidx-constraintlayout
=
{
module
=
"androidx.constraintlayout:constraintlayout"
,
version
=
"2.
2.0
"
}
androidx-legacy
=
{
module
=
"androidx.legacy:legacy-preference-v14"
,
version
=
"1.0.0"
}
androidx-lifecycle-viewmodel
=
{
module
=
"androidx.lifecycle:lifecycle-viewmodel-ktx"
,
version.ref
=
"androidx-lifecycle"
}
androidx-lifecycle-livedata
=
{
module
=
"androidx.lifecycle:lifecycle-livedata-ktx"
,
version.ref
=
"androidx-lifecycle"
}
androidx-lifecycle-reactivestreams
=
{
module
=
"androidx.lifecycle:lifecycle-reactivestreams-ktx"
,
version.ref
=
"androidx-lifecycle"
}
androidx-lifecycle-service
=
{
module
=
"androidx.lifecycle:lifecycle-service"
,
version.ref
=
"androidx-lifecycle"
}
androidx-multidex
=
{
module
=
"androidx.multidex:multidex"
,
version
=
"2.0.1"
}
androidx-paging-runtime
=
{
module
=
"androidx.paging:paging-runtime"
,
version
=
"3.
2.0
"
}
androidx-paging-runtime
=
{
module
=
"androidx.paging:paging-runtime"
,
version
=
"3.
3.4
"
}
androidx-preference
=
{
module
=
"androidx.preference:preference"
,
version
=
"1.2.1"
}
androidx-recyclerview
=
{
module
=
"androidx.recyclerview:recyclerview"
,
version
=
"1.3.
1
"
}
androidx-recyclerview
=
{
module
=
"androidx.recyclerview:recyclerview"
,
version
=
"1.3.
2
"
}
androidx-room-compiler
=
{
module
=
"androidx.room:room-compiler"
,
version.ref
=
"androidx-room"
}
androidx-room-ktx
=
{
module
=
"androidx.room:room-ktx"
,
version.ref
=
"androidx-room"
}
androidx-room-runtime
=
{
module
=
"androidx.room:room-runtime"
,
version.ref
=
"androidx-room"
}
androidx-room-rxjava
=
{
module
=
"androidx.room:room-rxjava2"
,
version.ref
=
"androidx-room"
}
androidx-room-testing
=
{
module
=
"androidx.room:room-testing"
,
version.ref
=
"androidx-room"
}
androidx-room-paging
=
{
module
=
"androidx.room:room-paging"
,
version
=
"2.
5.2
"
}
androidx-room-paging
=
{
module
=
"androidx.room:room-paging"
,
version
=
"2.
6.1
"
}
androidx-swiperefreshlayout
=
{
module
=
"androidx.swiperefreshlayout:swiperefreshlayout"
,
version
=
"1.1.0"
}
androidx-test-core
=
{
module
=
"androidx.arch.core:core-testing"
,
version
=
"2.2.0"
}
androidx-test-espresso-contrib
=
{
module
=
"androidx.test.espresso:espresso-contrib"
,
version.ref
=
"androidx-espresso"
}
androidx-test-espresso-core
=
{
module
=
"androidx.test.espresso:espresso-core"
,
version.ref
=
"androidx-espresso"
}
androidx-test-junit
=
{
module
=
"androidx.test.ext:junit"
,
version
=
"1.
1.5
"
}
androidx-test-junit
=
{
module
=
"androidx.test.ext:junit"
,
version
=
"1.
2.1
"
}
androidx-test-rules
=
{
module
=
"androidx.test:rules"
,
version.ref
=
"androidx-test"
}
androidx-test-runner
=
{
module
=
"androidx.test:runner"
,
version.ref
=
"androidx-test"
}
annotations-inject
=
{
module
=
"javax.inject:javax.inject"
,
version
=
"1"
}
annotations-jetbrains
=
{
module
=
"org.jetbrains:annotations"
,
version
=
"23.0.0"
}
commons-codec
=
{
module
=
"commons-codec:commons-codec"
,
version
=
"1.1
5
"
}
commons-codec
=
{
module
=
"commons-codec:commons-codec"
,
version
=
"1.1
6.0
"
}
dagger-android-core
=
{
module
=
"com.google.dagger:dagger-android"
,
version.ref
=
"dagger"
}
dagger-android-support
=
{
module
=
"com.google.dagger:dagger-android-support"
,
version.ref
=
"dagger"
}
...
...
@@ -56,16 +56,16 @@ dagger-processor = { module = "com.google.dagger:dagger-android-processor", vers
flexbox
=
{
module
=
"com.google.android.flexbox:flexbox"
,
version
=
"3.0.0"
}
google-material
=
{
module
=
"com.google.android.material:material"
,
version
=
"1.
9
.0"
}
google-material
=
{
module
=
"com.google.android.material:material"
,
version
=
"1.
12
.0"
}
glide-compiler
=
{
module
=
"com.github.bumptech.glide:ksp"
,
version.ref
=
"glide"
}
glide-core
=
{
module
=
"com.github.bumptech.glide:glide"
,
version.ref
=
"glide"
}
glide-recyclerview
=
{
module
=
"com.github.bumptech.glide:recyclerview-integration"
,
version.ref
=
"glide"
}
hamcrest
=
{
module
=
"org.hamcrest:hamcrest"
,
version
=
"2.2"
}
junit-api
=
{
module
=
"org.junit.jupiter:junit-jupiter-
engine
"
,
version
=
"5.10.
0
"
}
junit-engine
=
{
module
=
"org.junit.jupiter:junit-jupiter-engine"
,
version
=
"5.10.
0
"
}
kotlinpoet
=
{
module
=
"com.squareup:kotlinpoet"
,
version
=
"1.1
2.0
"
}
junit-api
=
{
module
=
"org.junit.jupiter:junit-jupiter-
api
"
,
version
=
"5.10.
1
"
}
junit-engine
=
{
module
=
"org.junit.jupiter:junit-jupiter-engine"
,
version
=
"5.10.
1
"
}
kotlinpoet
=
{
module
=
"com.squareup:kotlinpoet"
,
version
=
"1.1
4.2
"
}
ksp
=
{
module
=
"com.google.devtools.ksp:symbol-processing-api"
,
version.ref
=
"ksp"
}
leakcanary-android
=
{
module
=
"com.squareup.leakcanary:leakcanary-android"
,
version
=
"2.8.1"
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment