Skip to content
This repository was archived by the owner on Nov 14, 2018. It is now read-only.

Commit 5100588

Browse files
authored
Merge pull request #582 from android/p-final
P final
2 parents 89ee2e1 + 48bd39e commit 5100588

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
}
3434

3535
android {
36-
compileSdkVersion 'android-P'
36+
compileSdkVersion 28
3737

3838
defaultConfig {
3939
minSdkVersion 14

src/androidTest/java/androidx/core/graphics/ImageDecoderTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package androidx.core.graphics
1818

19+
import android.support.test.filters.SdkSuppress
1920
import android.graphics.Bitmap
2021
import android.graphics.ImageDecoder
2122
import org.junit.Assert.assertEquals
@@ -24,6 +25,7 @@ import org.junit.Test
2425
import java.io.ByteArrayOutputStream
2526
import java.nio.ByteBuffer
2627

28+
@SdkSuppress(minSdkVersion = 28)
2729
class ImageDecoderTest {
2830

2931
@Test fun decodeBitmap() {

0 commit comments

Comments
 (0)