Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
SachetK committed Oct 22, 2024
1 parent 4eeacc7 commit 77ea224
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 3 additions & 2 deletions TeamCode/build.gradle
Original file line number Diff line number Diff line change
@@ -23,13 +23,14 @@ kotlin {
}

android {
namespace = 'org.firstinspires.ftc.teamcode'

packagingOptions {
jniLibs {
pickFirsts += ['**/*.so']
pickFirsts += ['**/*.so', '**/*.so']
}
}
namespace = 'org.firstinspires.ftc.teamcode'

}

dependencies {
4 changes: 0 additions & 4 deletions build.common.gradle
Original file line number Diff line number Diff line change
@@ -100,10 +100,6 @@ android {
}
}


packagingOptions {
pickFirst '**/*.so'
}
sourceSets.main {
jni.srcDirs = []
jniLibs.srcDir rootProject.file('libs')

0 comments on commit 77ea224

Please sign in to comment.