I am trying to fetch an uncached version of this url: https://github.com/vedantroy/image-test/raw/master/version.txt or this url: https://raw.githubusercontent.com/vedantroy/image-test/master/version.txt in Android.
I thought I solved the problem in this post: Fuel Android - Make non-cached request , but I'm still getting cached versions of those two URLs.
How can I fetch uncached versions of the file at those two URLs?
I'm open to using any Java or Kotlin library.