Skip to content

Commit a6bcbb1

Browse files
authored
Examples: Android: Update kotlin version (ocornut#8409)
1 parent 6dc376f commit a6bcbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example_android_opengl3/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ repositories {
4242
mavenCentral()
4343
}
4444
dependencies {
45-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
45+
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4646
}

0 commit comments

Comments
 (0)