I can recall, I had the same issue. Then, I tried changing the tensorflow version in dependencies as:
implementation 'org.tensorflow:tensorflow-lite:2.9.0'
implementation 'org.tensorflow:tensorflow-lite-gpu:2.9.0'
implementation 'org.tensorflow:tensorflow-lite-support:0.4.2'
These were suggested by my IDE. Check if your IDE is suggesting for other imports?