Closed Kutikov closed 7 months ago
For everyone who wants to test by himself download prebuild *.aar. Give me any feedback, please!
@Kutikov Thanks, man, you've saved my day. Applied your v3.2.2 aars instead of 3.1.6 in my project, works fine as far as I see
It's awesome @Kutikov!! The only thing is I cannot download it adding the next in my gradle:
implementation("com.github.Kutikov:fetch2-android:3.2.2-android14")
The reason is because it's failing on JitPack:
It's awesome @Kutikov!! The only thing is I cannot download it adding the next in my gradle:
implementation("com.github.Kutikov:fetch2-android:3.2.2-android14")
The reason is because it's failing on JitPack:
Sorry for that, I'll try to load it to jitpack soon
@Kutikov please upload it to jitpack I'm in really need this one
Hi everyone @Kutikov , the version 3.2.2 its failing because it needs an extra import that not appears in the aar that its the room implementation; with that its working fine: implementation ("androidx.room:room-runtime:2.6.1") annotationProcessor ("androidx.room:room-compiler:2.6.1") androidTestImplementation ("androidx.room:room-testing:2.6.1")
When I'll have electricity and network, I'll add room dependencies and upload it to jitpack. I don't know when, war, you know, is not predictable thing
You guys can try:
implementation("com.github.Akaizz.Fetch:fetch2:3.3")
Hope this helps!
It's awesome @Kutikov!! The only thing is I cannot download it adding the next in my gradle:
implementation("com.github.Kutikov:fetch2-android:3.2.2-android14")
The reason is because it's failing on JitPack:
Have you able to fix your's? As i am facing the same issue related to SDK 34
When I'll have electricity and network, I'll add room dependencies and upload it to jitpack. I don't know when, war, you know, is not predictable thing
Are you able to upload?
When I'll have electricity and network, I'll add room dependencies and upload it to jitpack. I don't know when, war, you know, is not predictable thing
Are you able to upload?
No, I've tried, but no luck. If somebody can help me, let me know
Upstream all the latest changes from @tonyofrancis and @thib-rdr into a single fork with fixes of register receiver (Android SDK 34) from Nguyen Ngoc Long (PR #665 ).