You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: library/build.gradle
+3-31Lines changed: 3 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,9 @@
1
1
apply plugin: 'com.android.library'
2
2
3
-
//ext {
4
-
/**
5
-
* Upload new library version:
6
-
* > gradlew install
7
-
* > gradlew bintrayUpload
8
-
*/
3
+
// To upload new artifact to maven:
4
+
// > gradlew install
5
+
// > gradlew bintrayUpload
9
6
10
-
/*
11
-
12
-
bintrayRepo = 'maven'
13
-
bintrayName = 'android-retainable-tasks' //Should match the name of the Bintray online repository
14
-
15
-
//Maven metadata
16
-
publishedGroupId = 'org.neotech.library'
17
-
libraryName = 'Android-Retainable-Tasks'
18
-
artifact = 'android-retainable-tasks'
19
-
20
-
libraryDescription = 'Android-Retainable-Tasks is an easy to use mini-library for easy asynchronous background tasking with callback support to the UI. This library is based on the Android AsyncTask implementation but with support for retaining tasks and therefore surviving configuration changes (orientation).'
0 commit comments