File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if (keystorePropertiesFile.exists()) {
1111
1212android {
1313 compileSdkVersion 29
14- buildToolsVersion " 29.0.2 "
14+ buildToolsVersion " 29.0.3 "
1515
1616 defaultConfig {
1717 applicationId " com.simplemobiletools.notes.pro"
@@ -57,7 +57,7 @@ android {
5757}
5858
5959dependencies {
60- implementation ' com.simplemobiletools:commons:5.22.18 '
60+ implementation ' com.simplemobiletools:commons:5.22.19 '
6161 implementation ' androidx.constraintlayout:constraintlayout:2.0.0-beta2'
6262
6363 kapt ' androidx.room:room-compiler:2.2.2'
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.61 '
4+ ext. kotlin_version = ' 1.3.70 '
55
66 repositories {
77 google()
You can’t perform that action at this time.
0 commit comments