Skip to content

Commit 71525e4

Browse files
committed
Fix Android example IDE import
1 parent 33fb331 commit 71525e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/android-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A minimal Android project showcasing integration with **Kotlin DataFrame**.
99
It also includes the [Kotlin DataFrame Compiler Plugin](https://kotlin.github.io/dataframe/compiler-plugin.html).
1010

1111
We recommend using an up-to-date Android Studio for the best experience.
12-
For proper functionality in Android Studio requires version Otter | 2025.2.2 or newer.
12+
For proper functionality in Android Studio requires version Otter | 2025.2.3 or newer.
1313

1414
[Download Android Example](https://github.com/Kotlin/dataframe/raw/example-projects-archives/android-example.zip)
1515

examples/android-example/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 = "9.0.0-beta04"
2+
agp = "9.0.0"
33
kotlin = "2.3.0-RC2"
44
coreKtx = "1.10.1"
55
junit = "4.13.2"

0 commit comments

Comments
 (0)