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 1510d51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/wallet-mobile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ buildscript {
classpath "com.android.tools.build:gradle:7.3.1"
classpath "com.facebook.react:react-native-gradle-plugin"
classpath "org.mozilla.rust-android-gradle:plugin:0.9.3"
// classpath "org.mozilla.rust-android-gradle.rust-android"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlinVersion"
}
Expand Down
4 changes: 4 additions & 0 deletions apps/wallet/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ 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")
classpath("org.mozilla.rust-android-gradle:plugin:0.9.4")
}
}

Expand Down

0 comments on commit 1510d51

Please sign in to comment.