Skip to content

Commit bad0697

Browse files
committed
Upgrade AGP dependency from 8.10.0 to 8.10.1
1 parent 04c2232 commit bad0697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Helping the adoption of Scala in Android Studio.
1717

1818
This is the Scala project you get if:
1919

20-
1. in **Android Studio** _Meerkat Feature Drop | 2024.3.2_ you create an `app` module with the Fragment + ViewModel template.
20+
1. in **Android Studio** _Meerkat Feature Drop | 2024.3.2 Patch 1_ you create an `app` module with the Fragment + ViewModel template.
2121

2222
2. you then add a minimal Scala 3.7.0 module named `core` and call it from the `app` module
2323

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.10.0"
2+
agp = "8.10.1"
33
junit = "4.13.2"
44
junitVersion = "1.2.1"
55
espressoCore = "3.6.1"

0 commit comments

Comments
 (0)