Project

General

Profile

« Previous | Next » 

Revision bdbbb4c5

Added by Leszek Koltunski over 2 years ago

Refactoring: split the 'objects' package into two, 'objects' and 'objectlib'.
The point: we're going to need to move the 'objectlib' stuff into its own library module, and that's because we're going to create a new app module which needs access to it.

View differences:

src/main/java/org/distorted/network/RubikScores.java
26 26
import com.google.firebase.crashlytics.FirebaseCrashlytics;
27 27

  
28 28
import org.distorted.main.BuildConfig;
29
import org.distorted.objects.ObjectList;
29
import org.distorted.objectlb.ObjectList;
30 30

  
31 31
import java.util.UUID;
32 32

  
33
import static org.distorted.objects.ObjectList.MAX_NUM_OBJECTS;
34
import static org.distorted.objects.ObjectList.NUM_OBJECTS;
35
import static org.distorted.objects.ObjectList.MAX_LEVEL;
33
import static org.distorted.objectlb.ObjectList.MAX_NUM_OBJECTS;
34
import static org.distorted.objectlb.ObjectList.NUM_OBJECTS;
35
import static org.distorted.objectlb.ObjectList.MAX_LEVEL;
36 36

  
37 37
///////////////////////////////////////////////////////////////////////////////////////////////////
38 38
// hold my own scores, and some other statistics.

Also available in: Unified diff