File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
DungeonsRedux/src/net/robotmedia/billing/example Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
import net .robotmedia .billing .BillingController ;
22
22
import net .robotmedia .billing .example .R ;
23
- import net .robotmedia .billing .example .aux .CatalogAdapter ;
24
- import net .robotmedia .billing .example .aux .CatalogEntry ;
23
+ import net .robotmedia .billing .example .auxiliary .CatalogAdapter ;
24
+ import net .robotmedia .billing .example .auxiliary .CatalogEntry ;
25
25
import net .robotmedia .billing .helper .AbstractBillingObserver ;
26
26
import net .robotmedia .billing .model .Transaction ;
27
27
import net .robotmedia .billing .model .Transaction .PurchaseState ;
Original file line number Diff line number Diff line change 1
- package net .robotmedia .billing .example .aux ;
1
+ package net .robotmedia .billing .example .auxiliary ;
2
2
3
3
import java .util .ArrayList ;
4
4
import java .util .List ;
Original file line number Diff line number Diff line change 1
- package net .robotmedia .billing .example .aux ;
1
+ package net .robotmedia .billing .example .auxiliary ;
2
2
3
3
import net .robotmedia .billing .example .R ;
4
4
You can’t perform that action at this time.
0 commit comments