Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvietOK committed Nov 17, 2020
1 parent 445d747 commit db702f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.google.android.material:material:1.3.0-alpha03'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.github.MikeOrtiz:TouchImageView:2.3.3'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="menu_item_theme">Тема</string>
<string name="updated">Обновлено</string>
<string name="update">Обновить</string>
<string name="no_internet_connection">Отсутсвует доступ к Интернету</string>
<string name="no_internet_connection">Отсутствует доступ к Интернету</string>
<string name="no_server_connection">Сервер недоступен</string>
<string name="image_not_available">Изображение недоступно</string>
<string name="status_radar_off">В данный момент радар не работает</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-uk-rUA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<string name="no_internet_connection">Відсутній доступ до мережі Інтернет</string>
<string name="no_server_connection">Сервер недоступний</string>
<string name="image_not_available">Зображення недоступне</string>
<string name="status_radar_off">На данный момент радар не працює</string>
<string name="status_radar_off">На даний момент радар не працює</string>
<string name="follow_system_theme">На основі системної теми</string>
<string name="light_theme">Світла</string>
<string name="dark_theme">Темна</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit db702f8

Please sign in to comment.