File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ allprojects {
24
24
Add the dependency:
25
25
``` Groovy
26
26
dependencies {
27
- implementation 'com.github.Yalantis:Koloda-Android:v0.0.2 -alpha'
27
+ implementation 'com.github.Yalantis:Koloda-Android:v0.0.3 -alpha'
28
28
}
29
29
```
30
30
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ android {
15
15
applicationId " com.yalantis.kolodaandroid"
16
16
minSdkVersion 15
17
17
targetSdkVersion 33
18
- versionCode 1
19
- versionName " 1.0"
18
+ versionCode 2
19
+ versionName " 1.0.3 "
20
20
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
21
21
}
22
22
buildTypes {
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
9
9
defaultConfig {
10
10
minSdkVersion 15
11
11
targetSdkVersion 33
12
- versionCode 1
13
- versionName " 1.0"
12
+ versionCode 2
13
+ versionName " 1.0.3 "
14
14
15
15
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
16
16
You can’t perform that action at this time.
0 commit comments