nerzhul / ncsms-android

repository for the ncsms on Android
95 stars 38 forks source link

Missing includes #102

Closed ghost closed 8 years ago

ghost commented 8 years ago

Building from the last commit (675940918859ac4c89a1dc3aa4bd7b292713fc57) breaks because of missing includes, e.g.

:compileReleaseJavaWithJavac/home/krt/src/fdroiddata/build/fr.unix_experience.owncloud_sms/src/main/java/fr/unix_experience/owncloud_sms/observers/SmsObserver.java:36: error: cannot find symbol
import fr.unix_experience.owncloud_sms.enums.PermissionID;
                                            ^
  symbol:   class PermissionID
  location: package fr.unix_experience.owncloud_sms.enums