Skip to content

Commit

Permalink
fix compilation with android.databinding.enableV2=true
Browse files Browse the repository at this point in the history
  • Loading branch information
donchenko_r committed Feb 21, 2018
1 parent ef1bccf commit 7a69d11
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 2.0.0 (2018-02-21)

* Update android support libs version to 25.4.0 and rxjava to 2.1.8
* recompiled with android.databinding.enableV2=true
* Recompiled with android.databinding.enableV2=true

## 2.0.1 (2018-02-21)
* Fix complation for android.databinding.enableV2=true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}
dependencies {
//compile 'com.drextended.actionhandler:actionhandler:1.2.0' // <= compiled with android.databinding.enableV2=false
compile 'com.drextended.actionhandler:actionhandler:2.0.0' // <= compiled with android.databinding.enableV2=true
compile 'com.drextended.actionhandler:actionhandler:2.0.1' // <= compiled with android.databinding.enableV2=true
}
```

Expand Down
2 changes: 1 addition & 1 deletion actionhandler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
libraryVersionMajor = 2
libraryVersionMinor = 0
libraryVersionRevision = 0
libraryVersionRevision = 1

libraryVersion = libraryVersionMajor + '.' + libraryVersionMinor + '.' + libraryVersionRevision

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.1'
classpath 'com.android.tools.build:gradle:3.0.1'

classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Oct 19 09:20:59 EEST 2016
#Wed Feb 21 15:19:14 EET 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 comments on commit 7a69d11

Please sign in to comment.