Skip to content

Instantly share code, notes, and snippets.

@cortinico
Created January 8, 2025 19:03
Show Gist options
  • Save cortinico/83b9372562921f30d9d1e60645d1a317 to your computer and use it in GitHub Desktop.
Save cortinico/83b9372562921f30d9d1e60645d1a317 to your computer and use it in GitHub Desktop.
List of libraries that will break without jitpack.io
libraries/stripe/stripe-react-native/android/build.gradle
135: implementation 'com.github.bumptech.glide:glide:4.12.0'
libraries/doublesymmetry/react-native-track-player/android/build.gradle
52: implementation 'com.github.doublesymmetry:kotlinaudio:v2.0.0-rc17'
54:// implementation "com.github.doublesymmetry:kotlin-audio:1.2.2"
libraries/wonday/react-native-pdf/android/build.gradle
24: includeGroup "com.github.TalbotGooday"
124: // NOTE: The original repo at com.github.barteksc is abandoned by the maintainer; there will be no more updates coming from that repo.
125: // It was taken over by com.github.TalbotGooday; from now on please use this repo until (if ever) the Barteksc repo is resumed.
126: implementation 'com.github.TalbotGooday:AndroidPdfViewer:3.1.0-beta.3'
libraries/DylanVann/react-native-fast-image/android/build.gradle
65: implementation "com.github.bumptech.glide:glide:${glideVersion}"
66: implementation "com.github.bumptech.glide:okhttp3-integration:${glideVersion}"
67: annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
libraries/transistorsoft/react-native-background-geolocation/android/build.gradle
89: implementation "com.github.tony19:logback-android:$logbackVersion"
libraries/Kureev/react-native-blur/android/build.gradle
141: implementation 'com.github.Dimezis:BlurView:version-2.0.3'
libraries/henninghall/react-native-date-picker/android/build.gradle
64: implementation 'com.github.henninghall:numberpickerview:v1.1.5'
libraries/expo/expo/apps/expo-go/android/expoview/build.gradle
251: implementation "com.github.CanHub:Android-Image-Cropper:4.3.0"
294: implementation 'com.github.Dimezis:BlurView:version-2.0.3'
316: api "com.github.bumptech.glide:glide:${GLIDE_VERSION}"
317: kapt "com.github.bumptech.glide:compiler:${GLIDE_VERSION}"
318: implementation "com.github.bumptech.glide:avif-integration:${GLIDE_VERSION}"
322: kapt "com.github.Raizlabs.DBFlow:dbflow-processor:${safeExtGet('dbFlowVersion', '4.2.4')}"
323: implementation "com.github.Raizlabs.DBFlow:dbflow-core:${safeExtGet('dbFlowVersion', '4.2.4')}"
324: implementation "com.github.Raizlabs.DBFlow:dbflow:${safeExtGet('dbFlowVersion', '4.2.4')}"
329: api 'com.github.troZee:ViewPager2:v1.0.6'
libraries/numandev1/react-native-compressor/android/build.gradle
118: implementation 'com.github.banketree:AndroidLame-kotlin:v0.0.1'
libraries/expo/expo/apps/expo-go/android/app/build.gradle
255: implementation 'com.github.CanHub:Android-Image-Cropper:1.1.1'
274: kapt "com.github.bumptech.glide:compiler:${GLIDE_VERSION}"
libraries/expo/expo/apps/expo-go/android/tools/build.gradle
5: implementation group: 'com.github.javaparser', name: 'javaparser-core', version: '3.3.4'
libraries/expo/expo/tools/src/android-update-native-dependencies/initScript.gradle
7: classpath 'com.github.ben-manes:gradle-versions-plugin:v0.44.0'
12: apply plugin: com.github.benmanes.gradle.versions.VersionsPlugin
libraries/expo/expo/packages/expo-blur/android/build.gradle
108: implementation 'com.github.Dimezis:BlurView:version-2.0.3'
libraries/expo/expo/packages/expo-image-picker/android/build.gradle
111: implementation "com.github.CanHub:Android-Image-Cropper:4.3.1"
libraries/expo/expo/packages/expo-image-loader/android/build.gradle
114: api "com.github.bumptech.glide:glide:${glideVersion}"
libraries/expo/expo/packages/expo-image/android/build.gradle
113: api "com.github.bumptech.glide:glide:${GLIDE_VERSION}"
114: kapt "com.github.bumptech.glide:compiler:${GLIDE_VERSION}"
117: implementation "com.github.penfeizhou.android.animation:glide-plugin:2.28.0"
118: implementation "com.github.bumptech.glide:avif-integration:${GLIDE_VERSION}"
120: api 'com.github.bumptech.glide:okhttp3-integration:4.11.0'
libraries/tipsi/tipsi-stripe/android/build.gradle
51: implementation 'com.github.tipsi:CreditCardEntry:1.5.1'
libraries/wuxudong/react-native-charts-wrapper/android/build.gradle
42: implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
libraries/DataDog/dd-sdk-reactnative/packages/core/android/build.gradle
17: classpath 'com.github.bjoernq:unmockplugin:0.7.9'
182: testImplementation "com.github.xgouchet.Elmyr:core:1.3.1"
183: testImplementation "com.github.xgouchet.Elmyr:inject:1.3.1"
184: testImplementation "com.github.xgouchet.Elmyr:junit5:1.3.1"
185: testImplementation "com.github.xgouchet.Elmyr:jvm:1.3.1"
libraries/ivpusic/react-native-image-crop-picker/android/build.gradle
25: implementation 'com.github.yalantis:ucrop:2.2.6-native'
libraries/facebook/flipper/build.gradle
23: id 'com.github.ben-manes.versions' version '0.47.0'
libraries/facebook/flipper/android/plugins/retrofit2-protobuf/build.gradle
33: implementation "com.github.hbmartin:protobuf_java_to_protobufjs:0.1.0"
libraries/wix/react-native-navigation/lib/android/app/build.gradle
184: implementation 'com.github.wix-playground:ahbottomnavigation:3.3.0'
186: implementation 'com.github.wix-playground:reflow-animator:1.0.6'
187: implementation 'com.github.clans:fab:1.6.4'
libraries/wix/Detox/detox/android/detox/build.gradle
136: implementation 'com.github.anrwatchdog:anrwatchdog:1.4.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment