File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/sunkensplashstudios/VRCRoboScout Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ android {
15
15
applicationId = " com.sunkensplashstudios.VRCRoboScout"
16
16
minSdk = 30
17
17
targetSdk = 34
18
- versionCode = 4
19
- versionName = " 1.1.0 "
18
+ versionCode = 5
19
+ versionName = " 1.1.1 "
20
20
21
21
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
22
22
vectorDrawables {
Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ class RoboScoutAPI {
242
242
val response = client.get(requestUrl) {
243
243
header(" Authorization" , " Bearer ${RoboScoutAPI .roboteventsAccessKey()} " )
244
244
url {
245
+ params[" program" ] = listOf (1 , 4 )
245
246
params.forEach { param ->
246
247
if (param.value is List <* >) {
247
248
for (value in param.value as List <* >) {
You can’t perform that action at this time.
0 commit comments