File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.jfrog.bintray'
33apply plugin : ' com.github.dcendents.android-maven'
44
5+ // Reminder: to upload a new version, do the following:
6+ // 1. Make sure that everything works (incl. manual checks using sample app)
7+ // 2. Update library version identifiers (libraryVersion, versionName, versionCode)
8+ // 3. Run "install" gradle task in threadposter module (under "other")
9+ // 4. Run "bintrayUpload" gradle task in threadposter module (under "publishing")
10+
511ext {
612
713 bintrayRepo = " ThreadPoster"
1117
1218 publishedGroupId = ' com.techyourchance.threadposter'
1319 artifact = ' threadposter'
14- libraryVersion = ' 0.8.2 '
20+ libraryVersion = ' 0.8.3 '
1521
1622 libraryDescription = ' Unit testable threading abstraction for Android'
1723
@@ -35,8 +41,8 @@ android {
3541 defaultConfig {
3642 minSdkVersion 16
3743 targetSdkVersion 28
38- versionCode 3
39- versionName " 0.8.2 "
44+ versionCode 4
45+ versionName " 0.8.3 "
4046 }
4147 buildTypes {
4248 release {
You can’t perform that action at this time.
0 commit comments