1
1
Action<InclusiveRepositoryContentDescriptor > jitpackFilterConfigurationAction = { filter ->
2
2
filter. includeModule(' com.github.solkin' , ' disk-lru-cache' )
3
+ filter. includeModule(' com.github.cryptomator' , ' subsampling-scale-image-view' )
4
+ filter. includeModule(' com.github.cryptomator.pcloud-sdk-java' , ' java-core' )
5
+ filter. includeModule(' com.github.cryptomator.google-http-java-client' , ' google-http-client-parent' ) // Required by com.github.cryptomator.google-http-java-client:*
6
+ filter. includeModule(' com.github.cryptomator.google-http-java-client' , ' google-http-client' )
7
+ filter. includeModule(' com.github.cryptomator.google-http-java-client' , ' google-http-client-android' )
3
8
}
4
9
5
10
allprojects {
68
73
69
74
zxcvbnVersion = ' 1.7.0'
70
75
71
- scaleImageViewVersion = ' 3.10.0 '
76
+ scaleImageViewVersion = ' 3.10.1-dev.0002 '
72
77
73
78
lruFileCacheVersion = ' 1.2'
74
79
@@ -83,16 +88,13 @@ ext {
83
88
googleApiServicesVersion = ' v3-rev20220508-1.32.1'
84
89
googlePlayServicesVersion = ' 19.2.0'
85
90
googleClientVersion = ' 2.2.0' // keep in sync with https://github.com/cryptomator/google-http-java-client
86
- /*
87
- update using https://github.com/cryptomator/google-http-java-client with `mvn clean install`,
88
- copying `google-http-client-*.jar` and `google-http-client-android-*.jar` into the lib folder of this project
89
- */
90
- trackingFreeGoogleCLientVersion = ' 1.43.0'
91
+ trackingFreeGoogleCLientVersion = ' 1.44.2-dev.0001'
91
92
92
93
msgraphVersion = ' 5.47.0'
93
94
msgraphAuthVersion = ' 4.0.5' // contains com.microsoft.identity:common lib which added opentelemetry in 9.0.0, do we need to fork another lib before updating to >=4.2.0 ???
94
95
95
96
minIoVersion = ' 8.5.2'
97
+ pcloudVersion = ' 1.9.2-dev.0001'
96
98
staxVersion = ' 1.2.0' // needed for minIO
97
99
98
100
commonsCodecVersion = ' 1.15'
@@ -154,8 +156,8 @@ ext {
154
156
googleApiClientAndroid : " com.google.api-client:google-api-client-android:${ googleClientVersion} " ,
155
157
googleApiServicesDrive : " com.google.apis:google-api-services-drive:${ googleApiServicesVersion} " ,
156
158
googlePlayServicesAuth : " com.google.android.gms:play-services-auth:${ googlePlayServicesVersion} " ,
157
- trackingFreeGoogleCLient : files( " lib/ google-http-client- ${ trackingFreeGoogleCLientVersion} .jar " ) ,
158
- trackingFreeGoogleAndroidCLient : files( " lib/ google-http-client-android- ${ trackingFreeGoogleCLientVersion} .jar " ) ,
159
+ trackingFreeGoogleCLient : " com.github.cryptomator. google-http-java- client:google-http-client: ${ trackingFreeGoogleCLientVersion} " ,
160
+ trackingFreeGoogleAndroidCLient : " com.github.cryptomator. google-http-java- client:google-http-client-android: ${ trackingFreeGoogleCLientVersion} " ,
159
161
greenDao : " org.greenrobot:greendao:${ greenDaoVersion} " ,
160
162
gson : " com.google.code.gson:gson:${ gsonVersion} " ,
161
163
hamcrest : " org.hamcrest:hamcrest-all:${ hamcrestVersion} " ,
@@ -174,6 +176,7 @@ ext {
174
176
multidex : " androidx.multidex:multidex:${ multidexVersion} " ,
175
177
okHttp : " com.squareup.okhttp3:okhttp:${ okHttpVersion} " ,
176
178
okHttpDigest : " io.github.rburgst:okhttp-digest:${ okHttpDigestVersion} " ,
179
+ pcloud : " com.github.cryptomator.pcloud-sdk-java:java-core:${ pcloudVersion} " ,
177
180
recyclerViewFastScroll : " com.simplecityapps:recyclerview-fastscroll:${ recyclerViewFastScrollVersion} " ,
178
181
rxJava : " io.reactivex.rxjava2:rxjava:${ rxJavaVersion} " ,
179
182
rxAndroid : " io.reactivex.rxjava2:rxandroid:${ rxAndroidVersion} " ,
@@ -187,7 +190,7 @@ ext {
187
190
contribution : " androidx.test.espresso:espresso-contrib:${ contributionVersion} " ,
188
191
uiAutomator : " androidx.test.uiautomator:uiautomator:${ uiautomatorVersion} " ,
189
192
zxcvbn : " com.nulab-inc:zxcvbn:${ zxcvbnVersion} " ,
190
- scaleImageView : " com.davemorrissey.labs :subsampling-scale-image-view:${ scaleImageViewVersion} " ,
193
+ scaleImageView : " com.github.cryptomator :subsampling-scale-image-view:${ scaleImageViewVersion} " ,
191
194
lruFileCache : " com.github.solkin:disk-lru-cache:${ lruFileCacheVersion} " ,
192
195
jsonWebTokenApi : " io.jsonwebtoken:jjwt-api:${ jsonWebTokenApiVersion} " ,
193
196
jsonWebTokenImpl : " io.jsonwebtoken:jjwt-impl:${ jsonWebTokenApiVersion} " ,
0 commit comments