Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyewlee committed Aug 6, 2024
1 parent ad0fc23 commit 5c1cdf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ public void runOpMode() {
WasB = isB;
}
}
}
}
2 changes: 1 addition & 1 deletion TeamCode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply from: '../build.common.gradle'
apply from: '../build.dependencies.gradle'

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

packagingOptions {
jniLibs.useLegacyPackaging true
Expand Down

0 comments on commit 5c1cdf4

Please sign in to comment.