File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed
Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ repositories {
2626
2727dependencies {
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}
Original file line number Diff line number Diff line change 11plugins {
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
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 {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments