File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ allprojects {
2424Add the dependency:
2525``` Groovy
2626dependencies {
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
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments