Skip to content

Commit

Permalink
Bump build and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Sep 20, 2024
1 parent d05cde6 commit 603f868
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ dependencies {
implementation "com.squareup.retrofit2:converter-gson:2.11.0"
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"

implementation "androidx.webkit:webkit:1.11.0"
implementation "androidx.webkit:webkit:1.12.0"

implementation project(path: ':LinkPreview')
implementation project(path: ':Celestia')
Expand All @@ -157,14 +157,14 @@ dependencies {
kapt "com.google.dagger:hilt-compiler:$hilt_version"
implementation "androidx.hilt:hilt-navigation-compose:1.2.0"

def composeBom = platform('androidx.compose:compose-bom:2024.09.00')
def composeBom = platform('androidx.compose:compose-bom:2024.09.02')
implementation composeBom
androidTestImplementation composeBom

implementation "androidx.compose.ui:ui"
implementation "androidx.compose.material3:material3-android"

playImplementation "com.android.billingclient:billing-ktx:7.0.0"
playImplementation "com.android.billingclient:billing-ktx:7.1.0"

testImplementation "junit:junit:4.13.2"
androidTestImplementation "androidx.test.ext:junit:1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="561"
android:versionCode="562"
android:versionName="1.7.7">

<uses-feature android:name="android.hardware.type.pc" android:required="false" />
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ buildscript {
ext.core_ktx_version = '1.13.1'
ext.core_appcompat_version = '1.7.0'
ext.material_version = '1.12.0'
ext.kotlinx_coroutines_version = '1.8.1'
ext.kotlinx_coroutines_version = '1.9.0'
ext.hilt_version = '2.52'
ext.lifecycle_version = '2.8.5'
ext.lifecycle_version = '2.8.6'
ext.okhttp_version = '4.12.0'
ext.gson_version = '2.11.0'

Expand All @@ -28,7 +28,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.6.0'
classpath 'com.android.tools.build:gradle:8.6.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
}
Expand Down
2 changes: 1 addition & 1 deletion jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
feedsToUse: 'internal'
vstsFeed: '9f9dcde1-dcba-4537-8214-71c8a03b99a0/14bb1031-e6b2-40ac-b287-73e7fcb5900e'
vstsFeedPackage: '8024e780-0af6-4980-8246-df6550e8d1b6'
vstsPackageVersion: '0.0.15'
vstsPackageVersion: '0.0.16'
displayName: 'Download Dependencies'

- script: |
Expand Down

0 comments on commit 603f868

Please sign in to comment.