Skip to content

Commit

Permalink
Eliminate unused import in Android embedding (flutter#15975)
Browse files Browse the repository at this point in the history
Eliminates an unused dependency on android.os.build. The last remaining
use of this was eliminated in 0615f45
with the removal of an unused method that contained an android version
check.
  • Loading branch information
cbracken authored Jan 25, 2020
1 parent fec9573 commit d1b0883
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import android.arch.lifecycle.Lifecycle;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
Expand Down

0 comments on commit d1b0883

Please sign in to comment.