mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-04 04:04:44 -07:00
Bump dependencies
This commit is contained in:
parent
fee32bed37
commit
5aa6ab1054
5 changed files with 13 additions and 13 deletions
|
|
@ -17,7 +17,7 @@ android {
|
||||||
includeInBundle = false
|
includeInBundle = false
|
||||||
}
|
}
|
||||||
|
|
||||||
compileSdk = 35
|
compileSdk = 36
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "org.unifiedpush.distributor.sunup"
|
applicationId = "org.unifiedpush.distributor.sunup"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
package org.unifiedpush.distributor.sunup.api
|
package org.unifiedpush.distributor.sunup.api
|
||||||
|
|
||||||
import androidx.lifecycle.AtomicReference
|
import java.util.concurrent.atomic.AtomicReference
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Candidate for a new API url
|
* Candidate for a new API url
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ package org.unifiedpush.distributor.sunup.services
|
||||||
|
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import android.util.Log
|
import android.util.Log
|
||||||
import androidx.lifecycle.AtomicReference
|
|
||||||
import org.unifiedpush.distributor.service.ForegroundService
|
import org.unifiedpush.distributor.service.ForegroundService
|
||||||
import org.unifiedpush.distributor.service.ForegroundServiceFactory
|
import org.unifiedpush.distributor.service.ForegroundServiceFactory
|
||||||
import org.unifiedpush.distributor.sunup.api.MessageSender
|
import org.unifiedpush.distributor.sunup.api.MessageSender
|
||||||
|
|
@ -12,6 +11,7 @@ import org.unifiedpush.distributor.sunup.callback.NetworkCallbackFactory
|
||||||
import org.unifiedpush.distributor.sunup.utils.ForegroundNotification
|
import org.unifiedpush.distributor.sunup.utils.ForegroundNotification
|
||||||
import org.unifiedpush.distributor.sunup.utils.NOTIFICATION_ID_FOREGROUND
|
import org.unifiedpush.distributor.sunup.utils.NOTIFICATION_ID_FOREGROUND
|
||||||
import org.unifiedpush.distributor.sunup.utils.TAG
|
import org.unifiedpush.distributor.sunup.utils.TAG
|
||||||
|
import java.util.concurrent.atomic.AtomicReference
|
||||||
|
|
||||||
class FgService : ForegroundService() {
|
class FgService : ForegroundService() {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,17 @@
|
||||||
[versions]
|
[versions]
|
||||||
android-gradle-plugin = "8.7.3"
|
android-gradle-plugin = "8.13.0"
|
||||||
androidx-activityCompose = "1.10.1"
|
androidx-activityCompose = "1.11.0"
|
||||||
androidx-lifecycle = "2.8.7"
|
androidx-lifecycle = "2.9.4"
|
||||||
androidx-work = "2.10.0"
|
androidx-work = "2.10.4"
|
||||||
appcompat = "1.7.0"
|
appcompat = "1.7.1"
|
||||||
unifiedpush_distributor = "0.4.0"
|
unifiedpush_distributor = "0.4.0"
|
||||||
unifiedpush_distributor_ui = "0.4.0"
|
unifiedpush_distributor_ui = "0.4.0"
|
||||||
kotlin = "2.1.0"
|
kotlin = "2.1.0"
|
||||||
kotlinx_serializationJson = "1.8.0"
|
kotlinx_serializationJson = "1.9.0"
|
||||||
ktlint = "12.1.2"
|
ktlint = "12.1.2"
|
||||||
material3Android = "1.3.2"
|
material3Android = "1.3.2"
|
||||||
okhttp = "5.0.0-alpha.14"
|
okhttp = "5.1.0"
|
||||||
uiTooling = "1.7.8"
|
uiTooling = "1.9.1"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
||||||
|
|
@ -26,7 +26,7 @@ unifiedpush-distributor-ui = { module = "org.unifiedpush.android:distributor-ui"
|
||||||
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||||
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx_serializationJson" }
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx_serializationJson" }
|
||||||
ktlint-gradle = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref = "ktlint"}
|
ktlint-gradle = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref = "ktlint"}
|
||||||
okhttp = { module = "com.squareup.okhttp3:okhttp-sse", version.ref = "okhttp" }
|
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
|
android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
|
||||||
|
|
|
||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue