ConnectSDK / Connect-SDK-Android-Lite

Light version of the Connect SDK project with no external dependencies
Apache License 2.0
20 stars 17 forks source link

build.gradle does not include core/src #1

Closed scheibk closed 9 years ago

scheibk commented 9 years ago

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.

oleksii-frolov commented 9 years ago

@scheibk Which version of Android Studio do you use?

scheibk commented 9 years ago

I just recently upgraded to Android Studio 1.0. It upgraded from beta last week.

oleksii-frolov commented 9 years ago

I've updated all build.gradle files for the latest AndroidStudio