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:
parent
60f5c72219
commit
37725948f1
74 changed files with 338 additions and 277 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue