Skip to content

Commit c7973b8

Browse files
committed
v2.1.9
1 parent 780e52f commit c7973b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.edwin.loopviewpager"
99
minSdkVersion rootProject.minSdkVersion
1010
targetSdkVersion rootProject.targetSdkVersion
11-
versionCode 9
12-
versionName "2.1.8"
11+
versionCode 10
12+
versionName "2.1.9"
1313
}
1414

1515
buildTypes {

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
minSdkVersion rootProject.minSdkVersion
1616
targetSdkVersion rootProject.targetSdkVersion
17-
versionCode 9
18-
versionName "2.1.8"
17+
versionCode 10
18+
versionName "2.1.9"
1919
}
2020

2121
buildTypes {

0 commit comments

Comments
 (0)