Skip to content

Commit

Permalink
Bump build
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Apr 8, 2024
1 parent fec82c3 commit 30c8f46
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ 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.03.00')
def composeBom = platform('androidx.compose:compose-bom:2024.04.00')
implementation composeBom
androidTestImplementation composeBom

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="514"
android:versionCode="515"
android:versionName="1.7.0">

<uses-feature android:name="android.hardware.type.pc" android:required="false" />
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
ext.core_appcompat_version = '1.6.1'
ext.material_version = '1.11.0'
ext.kotlinx_coroutines_version = '1.8.0'
ext.hilt_version = '2.51'
ext.hilt_version = '2.51.1'
ext.lifecycle_version = '2.7.0'
ext.okhttp_version = '4.12.0'
ext.gson_version = '2.10.1'
Expand Down Expand Up @@ -54,5 +54,5 @@ allprojects {

tasks.register('clean', Delete) {
delete "$rootProject.projectDir/app/src/main/assets/CelestiaResources"
delete rootProject.buildDir
delete rootProject.layout.buildDirectory
}
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.13'
vstsPackageVersion: '0.0.14'
displayName: 'Download Dependencies'

- script: |
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Celestia=1c3b655
CelestiaContent=8241b5d
CelestiaLocalization=d455844
apple-android=9763cd7a
Celestia=10fb731
CelestiaContent=6b94177
CelestiaLocalization=40c229b
apple-android=60100ac

0 comments on commit 30c8f46

Please sign in to comment.