Skip to content

Commit 9f34c52

Browse files
committed
revert to jitpack
1 parent d4a53ae commit 9f34c52

File tree

680 files changed

+39453
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

680 files changed

+39453
-23
lines changed

build.gradle

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,10 @@
1313
* You should have received a copy of the GNU General Public License
1414
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
*/
16-
apply plugin: 'com.novoda.bintray-release'
1716
apply plugin: 'com.android.library'
17+
apply plugin: 'com.github.dcendents.android-maven'
1818

19-
20-
21-
//Step II: Add the below publish details
22-
publish {
23-
24-
def groupProjectID = 'tools.pki.aln'
25-
def artifactProjectID = 'tools.pki.aln'
26-
def publishVersionID = '0.0.1'
27-
28-
userOrg = 'pki'
29-
repoName = 'AndroidLocationNavigator'
30-
groupId = groupProjectID
31-
artifactId = artifactProjectID
32-
publishVersion = publishVersionID
33-
desc = 'Android library to navigate to any location with any app.'
34-
website = 'https://pki.tools'
35-
}
36-
37-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
19+
group='com.github.pkitools'
3820

3921
buildscript {
4022
repositories {
@@ -44,7 +26,8 @@ buildscript {
4426
}
4527
dependencies {
4628
classpath 'com.android.tools.build:gradle:3.5.3'
47-
classpath 'com.novoda:bintray-release:0.8.0'
29+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // Add this line
30+
4831

4932
// NOTE: Do not place your application dependencies here; they belong
5033
// in the individual module build.gradle files
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)