Skip to content

Commit

Permalink
upgrade compose activity & appcompat & navigation library version
Browse files Browse the repository at this point in the history
  • Loading branch information
CMingTseng committed Jun 30, 2021
1 parent 7affe28 commit f939fa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ buildscript {
coroutines_version = '1.4.3'

compose_version = '1.0.0-beta08'//1.0.0-beta09 some low level android device get crash !! libart.so or libart.jar lost
compose_activity_version = '1.3.0-alpha04'
compose_appcompat_version = '1.3.0-beta01'
compose_navigation_version = '1.0.0-alpha09'
compose_activity_version = '1.3.0-beta01'
compose_appcompat_version = '1.3.0'
compose_navigation_version = '2.4.0-alpha01'
}

repositories {
Expand Down

0 comments on commit f939fa7

Please sign in to comment.