
This bug is already reported here https://github.com/appwrite/sdk-for-android/issues/42 can we solve this? If I have to change things in the android sdk do I need to regenerate the sdk from the sdk generator? I cannot downgrade the gradle version which is the only solution provided on the GitHub Isue. I need this to work in the newer versions so I was planning to clone the android sdk myself and see if I can solve this in there. Do I need to go cloning route and chaning the sdk itself or do I have to create a new sdk from the sdk generator. I am new to both and not sure which require less work to do and could solve my problem in the most easiest and correct way. Rather then downgrading the AGP.

@dlohani, do you know much about this?

I'll look into it

Thank you so much for such a quick solution. Any expected time for this pull request to be merged?

Would it be enough to just update the okkhttp version api(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
isn't it better to upgrade the sdk library build with latest gradle build as well? I downloaded the library and tryed building but android studio suggest to upgrade the gradle for the appwrite-android-sdk to newer versions. isn't it better idea to upgrade the AGP in the project so it will be easier to work with?

Noted.

Thank you

I would like to be part of this. If possible? Also what if change it to grovy to kts?

Changing groovy to KTS, Would that also support old versions? If you want to contribute, you can create a PR on https://github.com/appwrite/sdk-generator/tree/lohanidamodar-patch-2 this branch

Yes, Downward compatibility could be an issue.
Recommended threads
- android kotlin error updatePhone
package vasu.apps.schooldashboard.Services import android.util.Log import io.appwrite.Client import io.appwrite.ID import io.appwrite.exceptions.AppwriteExcept...
- Google OAuth2 screen loop issue in Flut...
i am trying to authenticate user on my app using google, everything works fine, but even after succesfull authentication instead of redirecting back to the app,...
- getting network issue when trying to acc...
