Switch jps android test to platform 26
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
7120fe190a
commit
febab82c7e
Vendored
+1
-1
@@ -3,5 +3,5 @@ package android.app
|
||||
import android.view.View
|
||||
|
||||
open class Dialog {
|
||||
open fun findViewById(id: Int): View? = null
|
||||
open fun <T : View> findViewById(id: Int): T? = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user