mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 01:39:22 +02:00
Update dependencies
This commit is contained in:
parent
4ca18499ab
commit
fb479083bf
1 changed files with 8 additions and 8 deletions
|
@ -164,22 +164,22 @@ wire {
|
|||
|
||||
dependencies {
|
||||
def nav_version = "2.5.3"
|
||||
def room_version = "2.5.0"
|
||||
def work_version = '2.8.0'
|
||||
def room_version = "2.5.1"
|
||||
def work_version = '2.8.1'
|
||||
def paging_version = "3.1.1"
|
||||
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'androidx.core:core:1.9.0'
|
||||
implementation 'androidx.core:core:1.10.0'
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
implementation 'androidx.gridlayout:gridlayout:1.0.0'
|
||||
implementation "com.google.android.material:material:1.8.0"
|
||||
implementation 'androidx.compose.material:material:1.3.1'
|
||||
implementation 'androidx.activity:activity-compose:1.6.1'
|
||||
implementation 'androidx.compose.material:material:1.4.1'
|
||||
implementation 'androidx.activity:activity-compose:1.7.0'
|
||||
implementation "com.google.accompanist:accompanist-flowlayout:0.30.0"
|
||||
implementation 'androidx.compose.material:material-icons-extended:1.3.1'
|
||||
implementation 'androidx.fragment:fragment-ktx:1.5.5'
|
||||
implementation 'androidx.compose.material:material-icons-extended:1.4.1'
|
||||
implementation 'androidx.fragment:fragment-ktx:1.5.6'
|
||||
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
|
||||
implementation "androidx.navigation:navigation-ui:$nav_version"
|
||||
|
@ -215,7 +215,7 @@ dependencies {
|
|||
implementation 'com.squareup.okhttp3:okhttp-tls:4.9.3'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3'
|
||||
|
||||
googleApiImplementation "com.android.billingclient:billing-ktx:5.1.0"
|
||||
googleApiImplementation "com.android.billingclient:billing-ktx:5.2.0"
|
||||
|
||||
implementation('io.socket:socket.io-client:2.0.0') {
|
||||
exclude group: 'org.json', module: 'json'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue