-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with appcompat-v7:26.0.0' #42
Comments
I noticed that the downloaded |
I tried removing from dependencies to delete the library and then re-adding to download from gradle again, the |
Even after invalidating the caches, the library being downloaded still extends ActionBarActivity. Doesn't anybody else encounter the same problem here? |
The problem is that the latest gradle dependency (as of now version 1.0.2) is outdated. In order to use the new version, you have to compile the library yourself.
Note: Keep in mind that this local branch will not be updated when the developer (@liuguangqiang) does so. |
Also for some reason SwipeBack doesn't work properly with CollapsingToolbarLayout ( 26.0.0+ ), it worked fine with 25.4.0. |
@offdroid, @dev-JE02: root build.gradle
app build.gradle
OR
|
I am getting errors building with the latest AppCompat library.
I am importing the library properly
compile 'com.github.liuguangqiang.swipeback:library:1.0.2@aar'
The text was updated successfully, but these errors were encountered: