Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
update: 由于风控接口验证移除spaceSearchTest
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Feb 2, 2024
1 parent 37b70eb commit d2def41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public void dynamicFeedAllTest() throws IOException {
// 需要Cookie
}

@Test
// @Test
public void spaceSearchTest() throws IOException {
BilibiliResponse<UserNav> navResponse = client.nav();
Assertions.assertNotNull(navResponse);
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.4.0-alpha04' apply false
id 'com.android.library' version '8.4.0-alpha04' apply false
id 'com.android.application' version '8.4.0-alpha07' apply false
id 'com.android.library' version '8.4.0-alpha07' apply false

id 'com.google.gms.google-services' version '4.4.0' apply false
id 'com.google.firebase.crashlytics' version '2.9.9' apply false
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Mar 15 15:38:15 CST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-rc-1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit d2def41

Please sign in to comment.