We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c2232 commit bad0697Copy full SHA for bad0697
README.md
@@ -17,7 +17,7 @@ Helping the adoption of Scala in Android Studio.
17
18
This is the Scala project you get if:
19
20
-1. in **Android Studio** _Meerkat Feature Drop | 2024.3.2_ you create an `app` module with the Fragment + ViewModel template.
+1. in **Android Studio** _Meerkat Feature Drop | 2024.3.2 Patch 1_ you create an `app` module with the Fragment + ViewModel template.
21
22
2. you then add a minimal Scala 3.7.0 module named `core` and call it from the `app` module
23
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-agp = "8.10.0"
+agp = "8.10.1"
3
junit = "4.13.2"
4
junitVersion = "1.2.1"
5
espressoCore = "3.6.1"
0 commit comments