Skip to content

Commit 0efc48c

Browse files
committed
- updating plugins
- for maven reasons updating to 2.2.1
1 parent 9655d98 commit 0efc48c

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ repositories {
2626

2727
dependencies {
2828
compile fileTree(include: ['*.jar'], dir: 'libs')
29-
//compile project(':frag-nav')
29+
compile project(':frag-nav')
30+
// compile 'com.ncapdevi:frag-nav:2.2.1'
31+
compile project(':frag-nav')
3032
testCompile 'junit:junit:4.12'
3133
compile 'com.android.support:appcompat-v7:26.0.2'
3234
implementation 'com.android.support:design:26.0.2'
3335
compile 'com.roughike:bottom-bar:2.0.2'
34-
// compile 'com.ncapdevi:frag-nav:1.3.0'
35-
compile project(':frag-nav')
3636
}

frag-nav/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id "com.jfrog.bintray" version "1.7"
3-
id "com.github.dcendents.android-maven" version "1.5"
2+
id "com.jfrog.bintray" version "1.7.3"
3+
id "com.github.dcendents.android-maven" version "2.0"
44
id 'com.github.kt3k.coveralls' version '2.7.1'
55
}
66

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

24-
libraryVersion = '2.2.0'
24+
libraryVersion = '2.2.1'
2525

2626
developerId = 'ncapdevi'
2727
developerName = 'Nic Capdevila'
@@ -43,7 +43,7 @@ android {
4343
defaultConfig {
4444
minSdkVersion 14
4545
targetSdkVersion 26
46-
versionCode 14
46+
versionCode 20
4747
versionName libraryVersion
4848
}
4949
buildTypes {

frag-nav/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56
<groupId>com.ncapdevi</groupId>
67
<artifactId>frag-nav</artifactId>
7-
<version>2.1.0</version>
8+
<version>2.2.1</version>
89
<packaging>aar</packaging>
910
<name>frag-nav</name>
1011
<description>A library to help manage multiple fragment stacks</description>

0 commit comments

Comments
 (0)