You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,21 +42,22 @@ Each feature module is built with a sub-module that follows Domain, Data and UI
42
42
> Details page use:
43
43
> pokedex://pokemon/{id} where id is the pokemon number
44
44
45
+
***Uses AGP 9!**
45
46
***Coil Image Loading:** Attempt to load an image using Coil with or without loading animation
46
47
***CI/CD Using Github:** Utilizing Github Actions and Github Releases page for pipelines and deployment (uses debug apk but you can build release or sign as you like)
47
48
***R8:** Release and R8 ready, just make sure to generate your own keystore / signing capability
48
49
***Lib Versions Catalog:** Uses new lib.versions.toml versions catalog to manage dependencies and their versions
49
50
50
51
## Built With
51
52
52
-
This project is built using next generation tools supported by the latest Canary version of **Android Studio Narwhal | 2025.1.1 Canary 7:**. Kotlin 2.1.20 with Compose Compiler Gradle Ready!
53
+
This project is built using next generation tools supported by the latest Canary version of **Android Studio Panda 4 | 2025.3.4 Canary 1:**. Kotlin 2.3.20 with Compose Compiler Gradle Ready!
53
54
54
-
***Android Studio Narwhal:** IDE used
55
+
***Android Studio Panda:** IDE used
55
56
***Kotlin:** Programming Language
56
57
***K2 Compiler:** Enabled
57
58
***KSP:** Uses KSP for hilt
58
59
***Jetpack Compose:** UI Toolkit
59
-
***Jetpack Libraries:** Lifecycle, View Model, Material 3, Navigation Compose etc.
60
+
***Jetpack Libraries:** Lifecycle, View Model, Material 3, Navigation 3 Compose etc.
60
61
***Hilt:** Dependency Injection
61
62
***Coil:** Image Loading
62
63
***Retrofit & OkHttp:** Networking and API management
0 commit comments