File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121 }
2222 dependencies {
2323 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0" )
24- classpath(" org.mozilla.rust-android-gradle:plugin:0.9.3 " )
24+ classpath(" org.mozilla.rust-android-gradle:plugin:0.9.6 " )
2525 classpath(" com.android.tools.build:gradle:7.4.2" )
2626 }
2727}
@@ -30,7 +30,7 @@ plugins {
3030 id(" com.android.library" ) version " 7.4.2" apply false
3131 id(" org.jetbrains.kotlin.android" ) version " 1.9.10" apply false
3232 id(" org.jetbrains.kotlin.multiplatform" ) version " 1.9.0" apply false
33- id(" org.mozilla.rust-android-gradle.rust-android" ) version " 0.9.3 " apply false
33+ id(" org.mozilla.rust-android-gradle.rust-android" ) version " 0.9.6 " apply false
3434 id(" org.jetbrains.dokka" ) version " 1.9.10" apply false
3535 id(" com.adarshr.test-logger" ) version " 3.2.0" apply false
3636 kotlin(" plugin.serialization" ) version " 1.9.0" apply false
You can’t perform that action at this time.
0 commit comments