openMF / android-client

An android client for the MifosX platform
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
200 stars 589 forks source link

Migrating to Android 2.2 Plugin or newer #973

Open medegw01 opened 6 years ago

medegw01 commented 6 years ago

Summary:

the current app uses the android-apt plugin and it's depreciated, thus limitting the app compatibilities to old Andoird technologies!

Expected behavior:

I expect the app to run using an annotationProcessor

Observed behavior:

the app uses android-apt plugin which, though it has equivalent compatibility with annotationProcessor, is depreciated and cannot longer work with Android 2.2 plugin or newer. This will pose a serious problem in the future since Android designs are clinging towards 2.2 or newer.

Device and Android version:

In using Android 2.2 Plugin

Screenshots:

image

medegw01 commented 6 years ago

I'm working on the issue