Appolica / Flubber

Flubber is an elegant solution for making animations in Android. The library is developed and maintained by Appolica.
Apache License 2.0
267 stars 51 forks source link

Can't install Flubber in gradle #10

Closed mridah closed 6 years ago

mridah commented 7 years ago

when I paste the given line in my app gradle, it gives the following error:

It looks like you are trying to substitute a version variable, but using single quotes('). For groovy string....

When I type: compile "com.appolica:flubber:$LATEST_LIB_VERSION", it gives the following error:

Error:(63, 0) Could not get unknown property 'LATEST_LIB_VERSION' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler

How do I use this library ?? @ralito @rokn @mmarkov-appolica @deangenovski @bkolarov-appolica

ahaneef29 commented 6 years ago

@mridah go to below link https://bintray.com/appolica-ltd/appolica/Flubber/1.0.1 Current Gradle Version : compile 'com.appolica:flubber:1.0.1'

deangenovski commented 6 years ago

@haneef5k is correct. The $LATEST_LIB_VERSION is just a place holder you will have to replace it with the latest version from bintray. The latest version can be fetched with compile 'com.appolica:flubber:1.0.1'