Skip to content

Commit

Permalink
reintroduce API specification
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarmanz committed Aug 31, 2022
1 parent 6636120 commit 4f87612
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.intuit.player.android.reference.assets.test

import android.content.Context
import android.os.Build.VERSION_CODES.P
import android.view.View
import androidx.test.core.app.ApplicationProvider
import androidx.test.runner.AndroidJUnit4
Expand All @@ -24,8 +25,10 @@ import org.junit.Before
import org.junit.Rule
import org.junit.rules.TestName
import org.junit.runner.RunWith
import org.robolectric.annotation.Config

@RunWith(AndroidJUnit4::class)
@Config(sdk = [P])
abstract class AssetTest(val group: String? = null) {

@get:Rule
Expand Down

0 comments on commit 4f87612

Please sign in to comment.