Also bump gradle.plugin.com.github.willir.rust:plugin

0.3.3 doesn't work with cargo-ndk 2+
This commit is contained in:
Malloc Voidstar 2021-12-10 09:31:21 -08:00
parent ee8ec97ab4
commit 5e9c98b063
No known key found for this signature in database
GPG Key ID: C34BA7CBAF747755
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:4.1.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "gradle.plugin.com.github.willir.rust:plugin:0.3.3"
classpath "gradle.plugin.com.github.willir.rust:plugin:0.3.4"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}