Skip to content

Commit

Permalink
Lock to specific data binding version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorham committed Dec 1, 2018
1 parent 8deb3d2 commit 7a3a6fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 11 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,17 @@ dependencies {

implementation project(':localeapi')
//implementation 'com.nispok:snackbar:2.10.8'


// use specific version of data binding until google resolves the bugs with mixed case package names
//noinspection GradleDependency
implementation 'com.android.databinding:adapters:3.1.4'
//noinspection GradleDependency
implementation 'com.android.databinding:library:3.1.4'
//noinspection GradleDependency
implementation 'com.android.databinding:baseLibrary:3.1.4'
//////

implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:design:26.1.0'
implementation 'com.android.support:support-v13:26.1.0'
Expand Down
3 changes: 0 additions & 3 deletions localeapi/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.twofortyfouram.locale.api" >

<uses-sdk
android:minSdkVersion="3"
android:targetSdkVersion="17" />

<uses-feature
android:name="android.hardware.touchscreen"
Expand Down

0 comments on commit 7a3a6fc

Please sign in to comment.