A long time ago i installed a package which gives me the height of the keyboard on an android device. Eventually the package didn't served well my purpose so i uninstalled it. A few days ago i tried to build my app but i got the following error:
Build file 'C:\Users\odedo\Documents\GitHub\tripper\app\platforms\android\app\build.gradle' line: 598
A problem occurred configuring project ':app'.
Could not GET 'https://dl.bintray.com/crysis21/Android/com/hold1/keyboardheightprovider/0.0.9/keyboardheightprovider-0.0.9.pom'. Received status code 403 from server: Forbidden
Command gradlew.bat failed with exit code 1
Apparently the package is no longer available and i should add this dependency to my code:
implementation 'ro.holdone:keyboardHeightProvider:1.0.3'
My questions are:
- Where should i add this line??? I couldn't find any clear unstructions of this simple action...
- Why do i still get this error? I removed this package a long time ago! I cleaned my platforms and i can't find any trace for it in my project. How to i get rid of it?
Here is the NPM: https://github.com/Crysis21/KeyboardHeightProvider And here is the same question asked here on Stack overflow which didn't helped at all: implementation 'com.hold1:keyboardheightprovider:0.0.9'
I am desperate for a solution... Please help