mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
Bump A-C to 0.49.0-SNAPSHOT (#1200)
This commit is contained in:
parent
379875a62a
commit
c2d0a6e265
@ -16,7 +16,7 @@
|
||||
android:id="@+id/libraryClose"
|
||||
android:icon="@drawable/ic_close"
|
||||
android:iconTint="?attr/iconColor"
|
||||
android:title="@string/mozac_close_button_description"
|
||||
android:title="@string/content_description_close_button"
|
||||
app:showAsAction="always"
|
||||
tools:targetApi="o" />
|
||||
</menu>
|
||||
|
@ -238,6 +238,8 @@
|
||||
<string name="settings_title">Settings</string>
|
||||
<!-- Content description (not visible, for screen readers etc.): "Menu icon for items on a history item" -->
|
||||
<string name="content_description_history_menu">History item menu</string>
|
||||
<!-- Content description (not visible, for screen readers etc.): "Close button for library settings" -->
|
||||
<string name="content_description_close_button">Close</string>
|
||||
<!-- About content. Sentences are separated by two new lines -->
|
||||
<string name="about_content">
|
||||
%1$s puts you in control.
|
||||
|
@ -22,7 +22,7 @@ private object Versions {
|
||||
const val androidx_navigation = "2.1.0-alpha01"
|
||||
|
||||
const val appservices_gradle_plugin = "0.4.2"
|
||||
const val mozilla_android_components = "0.48.0-SNAPSHOT"
|
||||
const val mozilla_android_components = "0.49.0-SNAPSHOT"
|
||||
|
||||
const val test_tools = "1.0.2"
|
||||
const val espresso_core = "2.2.2"
|
||||
|
Loading…
Reference in New Issue
Block a user