File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88 minSdkVersion rootProject. ext. minSdkVersion
99 targetSdkVersion rootProject. ext. targetSdkVersion
1010 versionCode 1
11- versionName " 1.3.0 "
11+ versionName " 1.3.1 "
1212 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1313 }
1414
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ bintrayName = circular-progress-view
2323
2424libraryName = CircularProgressView
2525libraryDescription = A fancy CircularProgressView
26- libraryVersion = 1.3.0
26+ libraryVersion = 1.3.1
2727
2828siteUrl = https://github.com/GuilhE/android-circular-progress-view
2929gitUrl = https://github.com/GuilhE/android-circular-progress-view.git
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " com.github.guilhe.cicularprogressview.sample"
99 minSdkVersion rootProject. ext. minSdkVersion
1010 targetSdkVersion rootProject. ext. targetSdkVersion
11- versionCode 3
12- versionName " 1.3.0 "
11+ versionCode 4
12+ versionName " 1.3.1 "
1313 }
1414
1515 dataBinding {
You can’t perform that action at this time.
0 commit comments