Skip to content

Commit

Permalink
- Change module name from toolbarpanel to toolbar-panel
Browse files Browse the repository at this point in the history
- Prepare to release to jcenter and maven central
  • Loading branch information
Niko Yuwono committed Nov 25, 2015
1 parent a894d15 commit 729d646
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

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

2 changes: 1 addition & 1 deletion .idea/modules.xml

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

4 changes: 3 additions & 1 deletion build.gradle
Expand Up @@ -5,7 +5,9 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
3 changes: 2 additions & 1 deletion sample/build.gradle
Expand Up @@ -24,5 +24,6 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.0'
compile project(':toolbarpanel')
compile 'com.android.support:cardview-v7:23.1.0'
compile 'com.nikoyuwono:toolbar-panel:0.1'
}
2 changes: 1 addition & 1 deletion settings.gradle
@@ -1 +1 @@
include ':sample', ':toolbarpanel'
include ':sample', ':toolbar-panel'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion toolbarpanel/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions toolbarpanel/build.gradle

This file was deleted.

17 changes: 0 additions & 17 deletions toolbarpanel/proguard-rules.pro

This file was deleted.

0 comments on commit 729d646

Please sign in to comment.