I tried including 1.4 of the Connect-SDK-Android-Lite and found a few issues with the build.gradle file.
I had to change the java.srcDirs to
java.srcDir = [
'src',
'core/src'
]
Also, gradle has changed some names of properties. runProguard is now called minifyEnabled. There was also a change to the dependencies to include 'core/libs'.
I can create a pull request of my build.gradle with some guidance on branching with the Lite project.
I tried including 1.4 of the Connect-SDK-Android-Lite and found a few issues with the build.gradle file.
I had to change the java.srcDirs to
Also, gradle has changed some names of properties. runProguard is now called minifyEnabled. There was also a change to the dependencies to include 'core/libs'.
I can create a pull request of my build.gradle with some guidance on branching with the Lite project.