Skip to content

Commit 9136fe3

Browse files
committed
updating commons and build tools
1 parent 80b029a commit 9136fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (keystorePropertiesFile.exists()) {
1010

1111
android {
1212
compileSdkVersion 29
13-
buildToolsVersion "29.0.2"
13+
buildToolsVersion "29.0.3"
1414

1515
defaultConfig {
1616
applicationId "com.simplemobiletools.flashlight"
@@ -56,7 +56,7 @@ android {
5656
}
5757

5858
dependencies {
59-
implementation 'com.simplemobiletools:commons:5.21.13'
59+
implementation 'com.simplemobiletools:commons:5.22.10'
6060
implementation 'com.squareup:otto:1.3.8'
6161
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
6262
}

0 commit comments

Comments
 (0)