Skip to content

Commit

Permalink
Downgrade Kotlin in hello-vulkan to match others.
Browse files Browse the repository at this point in the history
The Kotlin use here is trivial (it might actually be better to make all
the NativeActivity-esque samples Java, since it's fewer dependencies and
less stuff in the APK, which I expect games typically want). I'll
upgrade the whole repo to something actually modern once I can do it as
a batch as opposed to repo by repo. I need all the kotlin versions
matching before I can do that though, and everything else is on 1.7.21.
  • Loading branch information
DanAlbert committed May 7, 2024
1 parent c66a3e6 commit 654e5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-vulkan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

plugins {
id 'com.android.application' version '8.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
}

0 comments on commit 654e5c4

Please sign in to comment.