Skip to content

Commit a535993

Browse files
committed
updating commons and gradle
1 parent a6aacd2 commit a535993

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
@@ -61,7 +61,7 @@ android {
6161
}
6262

6363
dependencies {
64-
implementation 'com.github.SimpleMobileTools:Simple-Commons:14033f9b50'
64+
implementation 'com.github.SimpleMobileTools:Simple-Commons:fe2610738c'
6565
implementation 'org.greenrobot:eventbus:3.2.0'
66-
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
66+
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
6767
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:7.0.3'
12+
classpath 'com.android.tools.build:gradle:7.0.4'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414

1515
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)