Skip to content

Commit

Permalink
Merge pull request #242 from meierjan/pr/remove-data-binding-dependency
Browse files Browse the repository at this point in the history
Remove Databinding dependency
  • Loading branch information
heinrichreimer committed Mar 31, 2018
2 parents ae18450 + 6c49097 commit c60b78d
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 235 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ jdk:
- oraclejdk8
before_install:
- mkdir "${ANDROID_HOME}/licenses" || true
- echo -e "\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "${ANDROID_HOME}/licenses/android-sdk-license"
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "${ANDROID_HOME}/licenses/android-sdk-license"
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "${ANDROID_HOME}/licenses/android-sdk-preview-license"
- sleep 10
- chmod +x gradlew
- echo yes | sdkmanager "extras;m2repository;com;android;support;constraint;constraint-layout;1.0.2"
- echo yes | sdkmanager "extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.2"

notifications:
slack: heinrichreimer:twzJpzYgSjWnT0QCIoMeIa7l
4 changes: 0 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

dataBinding {
enabled = true
}
}

dependencies {
Expand Down

0 comments on commit c60b78d

Please sign in to comment.