Skip to content

Commit

Permalink
Update app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anevero committed Mar 27, 2021
1 parent 25433ad commit bf1877a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.gms:play-services-location:17.1.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android.gms:play-services-location:18.0.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'com.google.code.gson:gson:2.8.6'
}
2 changes: 1 addition & 1 deletion app/src/main/res/values-be-rBY/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">SMS my GPS</string>
<string name="app_version">Версія 3.4.7 (36)</string>
<string name="app_version">Версія 3.4.8 (37)</string>

<string name="add_item">Дадаць запіс</string>
<string name="edit_item">Рэдагаваць запіс</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ru-rRU/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">SMS my GPS</string>
<string name="app_version">Версия 3.4.7 (36)</string>
<string name="app_version">Версия 3.4.8 (37)</string>

<string name="add_item">Добавить запись</string>
<string name="edit_item">Редактировать запись</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">SMS my GPS</string>
<string name="app_version">Version 3.4.7 (36)</string>
<string name="app_version">Version 3.4.8 (37)</string>

<string name="add_item">Add item</string>
<string name="edit_item">Edit item</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:4.1.3'
}
}

Expand Down
4 changes: 2 additions & 2 deletions constants.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project.ext {
releaseVersionCode = 36
releaseVersion = "3.4.7"
releaseVersionCode = 37
releaseVersion = "3.4.8"
minSdkVersion = 23
targetSdkVersion = 30
compileSdkVersion = 30
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip

0 comments on commit bf1877a

Please sign in to comment.