Skip to content

Commit

Permalink
- updating plugins
Browse files Browse the repository at this point in the history
- for maven reasons updating to 2.2.1
  • Loading branch information
ncapdevi committed Sep 9, 2017
1 parent 9655d98 commit 0efc48c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ repositories {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
//compile project(':frag-nav')
compile project(':frag-nav')
// compile 'com.ncapdevi:frag-nav:2.2.1'
compile project(':frag-nav')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:26.0.2'
implementation 'com.android.support:design:26.0.2'
compile 'com.roughike:bottom-bar:2.0.2'
// compile 'com.ncapdevi:frag-nav:1.3.0'
compile project(':frag-nav')
}
8 changes: 4 additions & 4 deletions frag-nav/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "com.jfrog.bintray" version "1.7"
id "com.github.dcendents.android-maven" version "1.5"
id "com.jfrog.bintray" version "1.7.3"
id "com.github.dcendents.android-maven" version "2.0"
id 'com.github.kt3k.coveralls' version '2.7.1'
}

Expand All @@ -21,7 +21,7 @@ ext {
siteUrl = 'https://github.com/ncapdevi/FragNav'
gitUrl = 'https://github.com/ncapdevi/FragNav.git'

libraryVersion = '2.2.0'
libraryVersion = '2.2.1'

developerId = 'ncapdevi'
developerName = 'Nic Capdevila'
Expand All @@ -43,7 +43,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 14
versionCode 20
versionName libraryVersion
}
buildTypes {
Expand Down
7 changes: 4 additions & 3 deletions frag-nav/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ncapdevi</groupId>
<artifactId>frag-nav</artifactId>
<version>2.1.0</version>
<version>2.2.1</version>
<packaging>aar</packaging>
<name>frag-nav</name>
<description>A library to help manage multiple fragment stacks</description>
Expand Down

0 comments on commit 0efc48c

Please sign in to comment.