Skip to content

Commit

Permalink
Downgrade compose
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Apr 3, 2023
1 parent 22eddc9 commit b1acab1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.4.4"
kotlinCompilerExtensionVersion = "1.4.3"
}

kotlinOptions {
Expand Down Expand Up @@ -132,12 +132,12 @@ dependencies {
implementation "com.google.dagger:hilt-android:$hilt_version"
kapt "com.google.dagger:hilt-compiler:$hilt_version"

implementation "androidx.compose.animation:animation:$compose_version"
implementation "androidx.compose.foundation:foundation:$compose_version"
implementation "androidx.compose.runtime:runtime:$compose_version"
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.animation:animation:1.3.3"
implementation "androidx.compose.foundation:foundation:1.3.1"
implementation "androidx.compose.runtime:runtime:1.3.3"
implementation "androidx.compose.ui:ui:1.3.3"
implementation "androidx.compose.material3:material3:1.0.1"
implementation "com.google.accompanist:accompanist-themeadapter-material3:0.30.0"
implementation "com.google.accompanist:accompanist-themeadapter-material3:0.28.0"

testImplementation "junit:junit:4.13.2"
androidTestImplementation "androidx.test.ext:junit:1.1.5"
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="358"
android:versionCode="359"
android:versionName="1.5.20">

<uses-feature android:name="android.hardware.type.pc" android:required="false" />
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ buildscript {
ext.kotlinx_coroutines_version = '1.6.4'
ext.hilt_version = '2.45'
ext.lifecycle_version = '2.6.1'
ext.compose_version = '1.4.0'

repositories {
google()
Expand Down

0 comments on commit b1acab1

Please sign in to comment.