Refactoring: Replace usages of ArrayList<> with List<>Collections refactor (#686)

* First replacements of ArrayList with List

* Get rid of ArrayList-Types

* Revert irrelevant changes

* Fixed stuff noticed by @arkon
This commit is contained in:
Christoph Loy 2019-05-17 17:07:03 +02:00 committed by Eugene
commit 37725948f1
74 changed files with 338 additions and 277 deletions

View file

@ -2,6 +2,7 @@ package com.kabouzeid.gramophone;
import android.app.Application;
import android.os.Build;
import androidx.annotation.NonNull;
import com.anjlab.android.iab.v3.BillingProcessor;