Skip to content

Commit

Permalink
chore: rust things
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Nov 25, 2024
1 parent 6ac6d80 commit d628d03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/wallet/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
// RUST
classpath("org.mozilla.rust-android-gradle:plugin:0.9.4")
// END RUST
}
}

Expand Down

0 comments on commit d628d03

Please sign in to comment.