Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update android_gradle_plugin_version to v8.4.1 #1648

Merged
merged 4 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ext {
version_name = "5.5.0"

// Build Script
android_gradle_plugin_version = '8.3.2'
android_gradle_plugin_version = '8.4.1'
kotlin_version = '1.9.24'
ksp_version = '1.9.24-1.0.20'
detekt_gradle_plugin_version = "1.23.6"
Expand Down
4 changes: 2 additions & 2 deletions drop-in/src/main/res/values-cs-rCZ/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
<string name="checkout_permission_not_granted">Povolení se neuděluje</string>
<string name="checkout_rationale_title_storage_permission">Požádat o povolení úložiště</string>
<string name="checkout_rationale_message_storage_permission">Chcete-li tento obrázek uložit do vašeho zařízení, musíte povolit oprávnění k uložení</string>
<string name="checkout_stored_payment_confirmation_message">Potvrdit platbu</string>
<string name="checkout_stored_payment_confirmation_message">Potvrdit platbu %s</string>
<string name="checkout_stored_payment_confirmation_cancel_button">Zrušit</string>
</resources>
</resources>
4 changes: 2 additions & 2 deletions drop-in/src/main/res/values-hr-rHR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
<string name="checkout_permission_not_granted">Dopuštenje nije dodijeljeno</string>
<string name="checkout_rationale_title_storage_permission">Zatraži dozvolu za pohranu</string>
<string name="checkout_rationale_message_storage_permission">Kako biste spremili ovu sliku na svoj uređaj, morate omogućiti dopuštenje za pohranu</string>
<string name="checkout_stored_payment_confirmation_message">Potvrdite plaćanje: % @</string>
<string name="checkout_stored_payment_confirmation_message">Potvrdite plaćanje: %s</string>
<string name="checkout_stored_payment_confirmation_cancel_button">Otkaži</string>
</resources>
</resources>
Loading