-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.2.2...v2.0.0) (2022-05-27) ### Features * **jetpack-compose:** Migrated the client module to leverage Jetpack Compose ([f3b497d](f3b497d)) ### BREAKING CHANGES * **jetpack-compose:** The whole application UI has been redesigned in Jetpack Compose with the addition of Material3 libraries and the latest version of ExoPlayer.
- Loading branch information
1 parent
9329823
commit 74030d9
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#Sun Apr 25 23:34:55 UTC 2021 | ||
#Fri May 27 04:44:37 UTC 2022 | ||
android.enableJetifier=true | ||
android.jetifier.ignorelist=shadows-supportv4 | ||
android.useAndroidX=true | ||
org.gradle.jvmargs=-Xmx4608m | ||
kapt.include.compile.classpath=false | ||
version.code=7 | ||
version.name=1.2.2 | ||
version.code=8 | ||
version.name=2.0.0 |