Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

last changes from 3.0.12/3.1.6 with sdk-34-fix-registerReceiver

Open Kutikov opened this issue 8 months ago • 2 comments

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 ).

  • Min SDK version - 16,
  • Max SDK version - 34
  • OkHttp version - 3.12

Kutikov avatar Dec 13 '23 12:12 Kutikov

For everyone who wants to test by himself download prebuild *.aar. Give me any feedback, please!

Kutikov avatar Dec 13 '23 12:12 Kutikov

@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

PVoLan avatar Jan 18 '24 12:01 PVoLan

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:

image

vicajilau avatar Apr 03 '24 10:04 vicajilau

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:

image

Sorry for that, I'll try to load it to jitpack soon

Kutikov avatar Apr 03 '24 15:04 Kutikov

@Kutikov please upload it to jitpack I'm in really need this one

MdAbubakar avatar Apr 05 '24 05:04 MdAbubakar

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")

daniJimen avatar Apr 05 '24 08:04 daniJimen

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

Kutikov avatar Apr 05 '24 08:04 Kutikov

You guys can try:

implementation("com.github.Akaizz.Fetch:fetch2:3.3")

Hope this helps!

Akaizz avatar Apr 08 '24 08:04 Akaizz

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:

image

Have you able to fix your's? As i am facing the same issue related to SDK 34

krishnaviroja avatar Jul 16 '24 10:07 krishnaviroja

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?

krishnaviroja avatar Jul 16 '24 10:07 krishnaviroja

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

Kutikov avatar Jul 16 '24 10:07 Kutikov