We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b029a commit 9136fe3Copy full SHA for 9136fe3
app/build.gradle
@@ -10,7 +10,7 @@ if (keystorePropertiesFile.exists()) {
10
11
android {
12
compileSdkVersion 29
13
- buildToolsVersion "29.0.2"
+ buildToolsVersion "29.0.3"
14
15
defaultConfig {
16
applicationId "com.simplemobiletools.flashlight"
@@ -56,7 +56,7 @@ android {
56
}
57
58
dependencies {
59
- implementation 'com.simplemobiletools:commons:5.21.13'
+ implementation 'com.simplemobiletools:commons:5.22.10'
60
implementation 'com.squareup:otto:1.3.8'
61
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
62
0 commit comments