Get android-plugin-api-for-locale from central

pull/3199/head
Alex Baker 12 months ago committed by GitHub
parent b2135d27c3
commit 93231f3c10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1192,7 +1192,7 @@
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.0 (*)
+| \--- org.jetbrains:annotations:20.1.0 -> 23.0.0 +| \--- org.jetbrains:annotations:20.1.0 -> 23.0.0
++--- com.google.android.apps.dashclock:dashclock-api:2.0.0 ++--- com.google.android.apps.dashclock:dashclock-api:2.0.0
++--- com.github.twofortyfouram:android-plugin-api-for-locale:1.0.2 ++--- com.twofortyfouram:android-plugin-api-for-locale:1.0.4
++--- com.rubiconproject.oss:jchronic:0.2.6 ++--- com.rubiconproject.oss:jchronic:0.2.6
++--- me.leolin:ShortcutBadger:1.1.22 ++--- me.leolin:ShortcutBadger:1.1.22
++--- com.google.apis:google-api-services-tasks:v1-rev20240630-2.0.0 ++--- com.google.apis:google-api-services-tasks:v1-rev20240630-2.0.0

@ -1541,7 +1541,7 @@
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.0 (*)
+| \--- org.jetbrains:annotations:20.1.0 -> 23.0.0 +| \--- org.jetbrains:annotations:20.1.0 -> 23.0.0
++--- com.google.android.apps.dashclock:dashclock-api:2.0.0 ++--- com.google.android.apps.dashclock:dashclock-api:2.0.0
++--- com.github.twofortyfouram:android-plugin-api-for-locale:1.0.2 ++--- com.twofortyfouram:android-plugin-api-for-locale:1.0.4
++--- com.rubiconproject.oss:jchronic:0.2.6 ++--- com.rubiconproject.oss:jchronic:0.2.6
++--- me.leolin:ShortcutBadger:1.1.22 ++--- me.leolin:ShortcutBadger:1.1.22
++--- com.google.apis:google-api-services-tasks:v1-rev20240630-2.0.0 ++--- com.google.apis:google-api-services-tasks:v1-rev20240630-2.0.0

@ -40,7 +40,7 @@ kotlinx-coroutines = "1.10.0"
leakcanary = "2.14" leakcanary = "2.14"
lib-recur = "0.11.4" lib-recur = "0.11.4"
lifecycle = "2.8.7" lifecycle = "2.8.7"
locale = "1.0.2" locale = "1.0.4"
make-it-easy = "4.0.1" make-it-easy = "4.0.1"
markwon = "4.6.2" markwon = "4.6.2"
material = "1.12.0" material = "1.12.0"
@ -148,7 +148,7 @@ kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version
kotlinx-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version = "0.3.8" } kotlinx-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version = "0.3.8" }
kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.3" } kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.3" }
leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" } leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
locale = { module = "com.github.twofortyfouram:android-plugin-api-for-locale", version.ref = "locale" } locale = { module = "com.twofortyfouram:android-plugin-api-for-locale", version.ref = "locale" }
make-it-easy = { module = "com.natpryce:make-it-easy", version.ref = "make-it-easy" } make-it-easy = { module = "com.natpryce:make-it-easy", version.ref = "make-it-easy" }
markwon = { module = "io.noties.markwon:core", version.ref = "markwon" } markwon = { module = "io.noties.markwon:core", version.ref = "markwon" }
markwon-editor = { module = "io.noties.markwon:editor", version.ref = "markwon" } markwon-editor = { module = "io.noties.markwon:editor", version.ref = "markwon" }

@ -28,13 +28,12 @@ dependencyResolutionManagement {
maven { maven {
url = uri("https://jitpack.io") url = uri("https://jitpack.io")
content { content {
includeGroup("com.github.tasks")
includeModule("com.github.bitfireAT", "cert4android") includeModule("com.github.bitfireAT", "cert4android")
includeModule("com.github.bitfireAT", "dav4jvm") includeModule("com.github.bitfireAT", "dav4jvm")
includeModule("com.github.tasks.opentasks", "opentasks-provider")
includeModule("com.github.QuadFlask", "colorpicker")
includeModule("com.github.twofortyfouram", "android-plugin-api-for-locale")
includeModule("com.github.franmontiel", "PersistentCookieJar") includeModule("com.github.franmontiel", "PersistentCookieJar")
includeModule("com.github.QuadFlask", "colorpicker")
includeModule("com.github.tasks", "ical4android")
includeModule("com.github.tasks.opentasks", "opentasks-provider")
} }
} }
} }

Loading…
Cancel
Save