Skip to content

Commit b9db38a

Browse files
Update library version
- Update library version - Update README.md
1 parent 55bbdb7 commit b9db38a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ allprojects {
2424
Add the dependency:
2525
```Groovy
2626
dependencies {
27-
implementation 'com.github.Yalantis:Koloda-Android:v0.0.2-alpha'
27+
implementation 'com.github.Yalantis:Koloda-Android:v0.0.3-alpha'
2828
}
2929
```
3030

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "com.yalantis.kolodaandroid"
1616
minSdkVersion 15
1717
targetSdkVersion 33
18-
versionCode 1
19-
versionName "1.0"
18+
versionCode 2
19+
versionName "1.0.3"
2020
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2121
}
2222
buildTypes {

library/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 15
1111
targetSdkVersion 33
12-
versionCode 1
13-
versionName "1.0"
12+
versionCode 2
13+
versionName "1.0.3"
1414

1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616

0 commit comments

Comments
 (0)