Skip to content

Commit 58e4bdb

Browse files
committed
Version 2.1.1
1 parent d1edfdd commit 58e4bdb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.marcoscg.dialogsheetsample"
99
minSdkVersion 14
1010
targetSdkVersion 29
11-
versionCode 210
12-
versionName "2.1.0"
11+
versionCode 211
12+
versionName "2.1.1"
1313
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1414
}
1515
buildTypes {

dialogsheet/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 14
99
targetSdkVersion 29
10-
versionCode 210
11-
versionName "2.1.0"
10+
versionCode 211
11+
versionName "2.1.1"
1212
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1313

1414
}

0 commit comments

Comments
 (0)