@@ -52,13 +52,14 @@ dependencies {
52
52
implementation ' androidx.lifecycle:lifecycle-extensions:2.2.0'
53
53
54
54
// Jetpack Compose
55
- def composeBom = platform(' androidx.compose:compose-bom:2024.08 .00' )
55
+ def composeBom = platform(' androidx.compose:compose-bom:2024.11 .00' )
56
56
57
- implementation " androidx.activity:activity-compose:1.9.1 "
57
+ implementation " androidx.activity:activity-compose:1.9.3 "
58
58
implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.8.4"
59
59
implementation (composeBom)
60
60
implementation " androidx.compose.runtime:runtime"
61
61
implementation " androidx.compose.ui:ui"
62
+ implementation " androidx.compose.ui:ui-viewbinding"
62
63
implementation " androidx.compose.ui:ui-graphics"
63
64
implementation " androidx.compose.ui:ui-tooling"
64
65
implementation " androidx.compose.foundation:foundation"
@@ -313,6 +314,7 @@ android {
313
314
buildConfigField " String" , " SIGNUP_SUCCESS_REDIRECTION_URL" , " \" https://commons.m.wikimedia.org/w/index.php?title=Main_Page&welcome=yes\" "
314
315
buildConfigField " String" , " FORGOT_PASSWORD_URL" , " \" https://commons.wikimedia.org/wiki/Special:PasswordReset\" "
315
316
buildConfigField " String" , " PRIVACY_POLICY_URL" , " \" https://github.com/commons-app/commons-app-documentation/blob/master/android/Privacy-policy.md\" "
317
+ buildConfigField " String" , " FILE_USAGES_BASE_URL" , " \" https://commons.wikimedia.org/w/api.php?action=query&format=json&formatversion=2\" "
316
318
buildConfigField " String" , " ACCOUNT_TYPE" , " \" fr.free.nrw.commons\" "
317
319
buildConfigField " String" , " CONTRIBUTION_AUTHORITY" , " \" fr.free.nrw.commons.contributions.contentprovider\" "
318
320
buildConfigField " String" , " MODIFICATION_AUTHORITY" , " \" fr.free.nrw.commons.modifications.contentprovider\" "
@@ -348,6 +350,7 @@ android {
348
350
buildConfigField " String" , " SIGNUP_SUCCESS_REDIRECTION_URL" , " \" https://commons.m.wikimedia.beta.wmflabs.org/w/index.php?title=Main_Page&welcome=yes\" "
349
351
buildConfigField " String" , " FORGOT_PASSWORD_URL" , " \" https://commons.wikimedia.beta.wmflabs.org/wiki/Special:PasswordReset\" "
350
352
buildConfigField " String" , " PRIVACY_POLICY_URL" , " \" https://github.com/commons-app/commons-app-documentation/blob/master/android/Privacy-policy.md\" "
353
+ buildConfigField " String" , " FILE_USAGES_BASE_URL" , " \" https://commons.wikimedia.org/w/api.php?action=query&format=json&formatversion=2\" "
351
354
buildConfigField " String" , " ACCOUNT_TYPE" , " \" fr.free.nrw.commons.beta\" "
352
355
buildConfigField " String" , " CONTRIBUTION_AUTHORITY" , " \" fr.free.nrw.commons.beta.contributions.contentprovider\" "
353
356
buildConfigField " String" , " MODIFICATION_AUTHORITY" , " \" fr.free.nrw.commons.beta.modifications.contentprovider\" "
0 commit comments