Drop support for Jelly Bean and KitKat

NDK support for these is already gone
This commit is contained in:
Cameron Gutman
2024-03-17 17:43:42 -05:00
parent 6551076613
commit 17df15293f
20 changed files with 218 additions and 457 deletions
@@ -30,7 +30,6 @@ public class StreamView extends SurfaceView {
super(context, attrs, defStyleAttr);
}
@TargetApi(21)
public StreamView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
super(context, attrs, defStyleAttr, defStyleRes);
}