@@ -116,69 +116,69 @@ ext {
116
116
jsonWebTokenApiVersion = ' 0.11.5'
117
117
118
118
dependencies = [
119
- android : " com.google.android:android:${ androidVersion} " ,
120
- androidAnnotations : " androidx.annotation:annotation:${ androidSupportAnnotationsVersion} " ,
121
- appcompat : " androidx.appcompat:appcompat:${ androidSupportAppcompatVersion} " ,
122
- androidxBiometric : " androidx.biometric:biometric:${ androidxBiometricVersion} " ,
123
- androidxCore : " androidx.core:core-ktx:${ androidxCoreVersion} " ,
124
- androidxFragment : " androidx.fragment:fragment-ktx:${ androidxFragmentVersion} " ,
125
- androidxViewpager : " androidx.viewpager:viewpager:${ androidxViewpagerVersion} " ,
126
- androidxSwiperefresh : " androidx.swiperefreshlayout:swiperefreshlayout:${ androidxSwiperefreshVersion} " ,
127
- androidxPreference : " androidx.preference:preference:${ androidxPreferenceVersion} " ,
128
- documentFile : " androidx.documentfile:documentfile:${ androidxDocumentfileVersion} " ,
129
- recyclerView : " androidx.recyclerview:recyclerview:${ androidxRecyclerViewVersion} " ,
130
- androidxSplashscreen : " androidx.core:core-splashscreen:${ androidxSplashscreenVersion} " ,
131
- androidxTestCore : " androidx.test:core:${ androidxTestCoreVersion} " ,
132
- androidxTestJunitKtln : " androidx.test.ext:junit-ktx:${ androidxTestJunitKtlnVersion} " ,
133
- commonsCodec : " commons-codec:commons-codec:${ commonsCodecVersion} " ,
134
- cryptolib : " org.cryptomator:cryptolib:${ cryptolibVersion} " ,
135
- dagger : " com.google.dagger:dagger:${ daggerVersion} " ,
136
- daggerCompiler : " com.google.dagger:dagger-compiler:${ daggerVersion} " ,
137
- design : " com.google.android.material:material:${ androidMaterialDesignVersion} " ,
138
- coreDesugaring : " com.android.tools:desugar_jdk_libs:${ coreDesugaringVersion} " ,
139
- dropbox : " com.dropbox.core:dropbox-core-sdk:${ dropboxVersion} " ,
140
- espresso : " androidx.test.espresso:espresso-core:${ espressoVersion} " ,
141
- googleApiClientAndroid : " com.google.api-client:google-api-client-android:${ googleClientVersion} " ,
142
- googleApiServicesDrive : " com.google.apis:google-api-services-drive:${ googleApiServicesVersion} " ,
143
- googlePlayServicesAuth : " com.google.android.gms:play-services-auth:${ googlePlayServicesVersion} " ,
119
+ android : " com.google.android:android:${ androidVersion} " ,
120
+ androidAnnotations : " androidx.annotation:annotation:${ androidSupportAnnotationsVersion} " ,
121
+ appcompat : " androidx.appcompat:appcompat:${ androidSupportAppcompatVersion} " ,
122
+ androidxBiometric : " androidx.biometric:biometric:${ androidxBiometricVersion} " ,
123
+ androidxCore : " androidx.core:core-ktx:${ androidxCoreVersion} " ,
124
+ androidxFragment : " androidx.fragment:fragment-ktx:${ androidxFragmentVersion} " ,
125
+ androidxViewpager : " androidx.viewpager:viewpager:${ androidxViewpagerVersion} " ,
126
+ androidxSwiperefresh : " androidx.swiperefreshlayout:swiperefreshlayout:${ androidxSwiperefreshVersion} " ,
127
+ androidxPreference : " androidx.preference:preference:${ androidxPreferenceVersion} " ,
128
+ documentFile : " androidx.documentfile:documentfile:${ androidxDocumentfileVersion} " ,
129
+ recyclerView : " androidx.recyclerview:recyclerview:${ androidxRecyclerViewVersion} " ,
130
+ androidxSplashscreen : " androidx.core:core-splashscreen:${ androidxSplashscreenVersion} " ,
131
+ androidxTestCore : " androidx.test:core:${ androidxTestCoreVersion} " ,
132
+ androidxTestJunitKtln : " androidx.test.ext:junit-ktx:${ androidxTestJunitKtlnVersion} " ,
133
+ commonsCodec : " commons-codec:commons-codec:${ commonsCodecVersion} " ,
134
+ cryptolib : " org.cryptomator:cryptolib:${ cryptolibVersion} " ,
135
+ dagger : " com.google.dagger:dagger:${ daggerVersion} " ,
136
+ daggerCompiler : " com.google.dagger:dagger-compiler:${ daggerVersion} " ,
137
+ design : " com.google.android.material:material:${ androidMaterialDesignVersion} " ,
138
+ coreDesugaring : " com.android.tools:desugar_jdk_libs:${ coreDesugaringVersion} " ,
139
+ dropbox : " com.dropbox.core:dropbox-core-sdk:${ dropboxVersion} " ,
140
+ espresso : " androidx.test.espresso:espresso-core:${ espressoVersion} " ,
141
+ googleApiClientAndroid : " com.google.api-client:google-api-client-android:${ googleClientVersion} " ,
142
+ googleApiServicesDrive : " com.google.apis:google-api-services-drive:${ googleApiServicesVersion} " ,
143
+ googlePlayServicesAuth : " com.google.android.gms:play-services-auth:${ googlePlayServicesVersion} " ,
144
144
trackingFreeGoogleCLient : files(" lib/google-http-client-${ trackingFreeGoogleCLientVersion} .jar" ),
145
145
trackingFreeGoogleAndroidCLient : files(" lib/google-http-client-android-${ trackingFreeGoogleCLientVersion} .jar" ),
146
- greenDao : " org.greenrobot:greendao:${ greenDaoVersion} " ,
147
- gson : " com.google.code.gson:gson:${ gsonVersion} " ,
148
- hamcrest : " org.hamcrest:hamcrest-all:${ hamcrestVersion} " ,
149
- javaxAnnotation : " javax.annotation:jsr250-api:${ javaxAnnotationVersion} " ,
150
- junit : " org.junit.jupiter:junit-jupiter:${ jUnitVersion} " ,
151
- junitApi : " org.junit.jupiter:junit-jupiter-api:${ jUnitVersion} " ,
152
- junitEngine : " org.junit.jupiter:junit-jupiter-engine:${ jUnitVersion} " ,
153
- junitParams : " org.junit.jupiter:junit-jupiter-params:${ jUnitVersion} " ,
154
- junit4Engine : " org.junit.vintage:junit-vintage-engine:${ jUnitVersion} " ,
155
- minIo : " io.minio:minio:${ minIoVersion} " ,
156
- mockito : " org.mockito:mockito-core:${ mockitoVersion} " ,
157
- mockitoInline : " org.mockito:mockito-inline:${ mockitoVersion} " ,
158
- mockitoKotlin : " org.mockito.kotlin:mockito-kotlin:${ mockitoKotlinVersion} " ,
159
- msgraph : " com.microsoft.graph:microsoft-graph:${ msgraphVersion} " ,
160
- msgraphAuth : " com.microsoft.identity.client:msal:${ msgraphAuthVersion} " ,
161
- multidex : " androidx.multidex:multidex:${ multidexVersion} " ,
162
- okHttp : " com.squareup.okhttp3:okhttp:${ okHttpVersion} " ,
163
- okHttpDigest : " io.github.rburgst:okhttp-digest:${ okHttpDigestVersion} " ,
164
- recyclerViewFastScroll : " com.simplecityapps:recyclerview-fastscroll:${ recyclerViewFastScrollVersion} " ,
165
- rxJava : " io.reactivex.rxjava2:rxjava:${ rxJavaVersion} " ,
166
- rxAndroid : " io.reactivex.rxjava2:rxandroid:${ rxAndroidVersion} " ,
167
- rxBinding : " com.jakewharton.rxbinding2:rxbinding:${ rxBindingVersion} " ,
168
- stax : " stax:stax:${ staxVersion} " ,
169
- testingSupportLib : " com.android.support.test:testing-support-lib:${ testingSupportLibVersion} " ,
170
- timber : " com.jakewharton.timber:timber:${ timberVersion} " ,
171
- velocity : " org.apache.velocity:velocity-engine-core:${ velocityVersion} " ,
172
- runner : " androidx.test:runner:${ runnerVersion} " ,
173
- rules : " androidx.test:rules:${ rulesVersion} " ,
174
- contribution : " androidx.test.espresso:espresso-contrib:${ contributionVersion} " ,
175
- uiAutomator : " androidx.test.uiautomator:uiautomator:${ uiautomatorVersion} " ,
176
- zxcvbn : " com.nulab-inc:zxcvbn:${ zxcvbnVersion} " ,
177
- scaleImageView : " com.davemorrissey.labs:subsampling-scale-image-view:${ scaleImageViewVersion} " ,
178
- lruFileCache : " com.github.solkin:disk-lru-cache:${ lruFileCacheVersion} " ,
179
- jsonWebTokenApi : " io.jsonwebtoken:jjwt-api:${ jsonWebTokenApiVersion} " ,
180
- jsonWebTokenImpl : " io.jsonwebtoken:jjwt-impl:${ jsonWebTokenApiVersion} " ,
181
- jsonWebTokenJson : " io.jsonwebtoken:jjwt-orgjson:${ jsonWebTokenApiVersion} "
146
+ greenDao : " org.greenrobot:greendao:${ greenDaoVersion} " ,
147
+ gson : " com.google.code.gson:gson:${ gsonVersion} " ,
148
+ hamcrest : " org.hamcrest:hamcrest-all:${ hamcrestVersion} " ,
149
+ javaxAnnotation : " javax.annotation:jsr250-api:${ javaxAnnotationVersion} " ,
150
+ junit : " org.junit.jupiter:junit-jupiter:${ jUnitVersion} " ,
151
+ junitApi : " org.junit.jupiter:junit-jupiter-api:${ jUnitVersion} " ,
152
+ junitEngine : " org.junit.jupiter:junit-jupiter-engine:${ jUnitVersion} " ,
153
+ junitParams : " org.junit.jupiter:junit-jupiter-params:${ jUnitVersion} " ,
154
+ junit4Engine : " org.junit.vintage:junit-vintage-engine:${ jUnitVersion} " ,
155
+ minIo : " io.minio:minio:${ minIoVersion} " ,
156
+ mockito : " org.mockito:mockito-core:${ mockitoVersion} " ,
157
+ mockitoInline : " org.mockito:mockito-inline:${ mockitoVersion} " ,
158
+ mockitoKotlin : " org.mockito.kotlin:mockito-kotlin:${ mockitoKotlinVersion} " ,
159
+ msgraph : " com.microsoft.graph:microsoft-graph:${ msgraphVersion} " ,
160
+ msgraphAuth : " com.microsoft.identity.client:msal:${ msgraphAuthVersion} " ,
161
+ multidex : " androidx.multidex:multidex:${ multidexVersion} " ,
162
+ okHttp : " com.squareup.okhttp3:okhttp:${ okHttpVersion} " ,
163
+ okHttpDigest : " io.github.rburgst:okhttp-digest:${ okHttpDigestVersion} " ,
164
+ recyclerViewFastScroll : " com.simplecityapps:recyclerview-fastscroll:${ recyclerViewFastScrollVersion} " ,
165
+ rxJava : " io.reactivex.rxjava2:rxjava:${ rxJavaVersion} " ,
166
+ rxAndroid : " io.reactivex.rxjava2:rxandroid:${ rxAndroidVersion} " ,
167
+ rxBinding : " com.jakewharton.rxbinding2:rxbinding:${ rxBindingVersion} " ,
168
+ stax : " stax:stax:${ staxVersion} " ,
169
+ testingSupportLib : " com.android.support.test:testing-support-lib:${ testingSupportLibVersion} " ,
170
+ timber : " com.jakewharton.timber:timber:${ timberVersion} " ,
171
+ velocity : " org.apache.velocity:velocity-engine-core:${ velocityVersion} " ,
172
+ runner : " androidx.test:runner:${ runnerVersion} " ,
173
+ rules : " androidx.test:rules:${ rulesVersion} " ,
174
+ contribution : " androidx.test.espresso:espresso-contrib:${ contributionVersion} " ,
175
+ uiAutomator : " androidx.test.uiautomator:uiautomator:${ uiautomatorVersion} " ,
176
+ zxcvbn : " com.nulab-inc:zxcvbn:${ zxcvbnVersion} " ,
177
+ scaleImageView : " com.davemorrissey.labs:subsampling-scale-image-view:${ scaleImageViewVersion} " ,
178
+ lruFileCache : " com.github.solkin:disk-lru-cache:${ lruFileCacheVersion} " ,
179
+ jsonWebTokenApi : " io.jsonwebtoken:jjwt-api:${ jsonWebTokenApiVersion} " ,
180
+ jsonWebTokenImpl : " io.jsonwebtoken:jjwt-impl:${ jsonWebTokenApiVersion} " ,
181
+ jsonWebTokenJson : " io.jsonwebtoken:jjwt-orgjson:${ jsonWebTokenApiVersion} "
182
182
]
183
183
184
184
}
0 commit comments