Skip to content

Commit

Permalink
Changing SDK to 17, Kotlin doesnt support 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsligh committed Jun 10, 2024
1 parent e4c948c commit 976031d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ public void onPrebidNativeNotValid() {


class BaseSetup {
public static final int testSDK = 21;
public static final int testSDK = 17;

protected MockWebServer server;
protected Scheduler uiScheduler, bgScheduler;
Expand Down

0 comments on commit 976031d

Please sign in to comment.