-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature|fix|build] Use MaterialSharedAxis for transition animation; …
…fix DownloadTorrentWorker.Companion#startWorker WorkInfo null pointer exception; update dependencies (#7) * [feature|build] Use MaterialSharedAxis for transition animation; update dependencies * [optimize|fix] Optimize fragment transition implementation; fix DownloadTorrentWorker.Companion#startWorker WorkInfo null pointer exception --------- Co-authored-by: SkyD666 <akarinnn666@gmail.com>
- Loading branch information
1 parent
d09a020
commit ec14b56
Showing
8 changed files
with
63 additions
and
12 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
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
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
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 @@ | ||
// Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
plugins { | ||
id("com.android.application") version "8.3.0" apply false | ||
id("org.jetbrains.kotlin.android") version "1.9.22" apply false | ||
id("com.google.dagger.hilt.android") version "2.50" apply false | ||
id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false | ||
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.22" | ||
id("com.android.application") version "8.3.1" apply false | ||
id("org.jetbrains.kotlin.android") version "1.9.23" apply false | ||
id("com.google.dagger.hilt.android") version "2.51" apply false | ||
id("com.google.devtools.ksp") version "1.9.23-1.0.19" apply false | ||
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.23" | ||
} |