Skip to content

Commit 0e2ff4a

Browse files
committed
updating commons, build tools and kotlin
1 parent 8b7e068 commit 0e2ff4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

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

1212
android {
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

5959
dependencies {
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'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.61'
4+
ext.kotlin_version = '1.3.70'
55

66
repositories {
77
google()

0 commit comments

Comments
 (0)