Skip to content

Commit

Permalink
v0.0.3?
Browse files Browse the repository at this point in the history
  • Loading branch information
forestlover authored and forestlover committed May 18, 2017
1 parent 8b65765 commit 78c443e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void onAppFilterLoaded() {

ComponentName component = new ComponentName("com.app.example", ".ExampleActivity");

Drawable icon = mIconPack.getDefaultIconForPackage(getPackageManager(), component, true);
Drawable icon = mIconPack.getDefaultIconForPackage(MainActivity.this, component, true);


}
Expand Down
12 changes: 6 additions & 6 deletions iconpack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ artifacts {
}

group = 'com.sofakingforever.libraries' // Change this to match your package name
version = '0.0.2' // Change this to match your version number
version = '0.0.3' // Change this to match your version number


install {
Expand All @@ -78,7 +78,7 @@ install {
packaging 'aar'
groupId 'com.sofakingforever.libraries'
artifactId 'iconpack'
version '0.0.2'
version '0.0.3'

licenses {
license {
Expand Down Expand Up @@ -117,10 +117,10 @@ bintray {
vcsUrl = 'https://github.com/sofakingforever/IconPackParser-Android.git'
publish = true
version {
name = '0.0.2'
desc = 'IconPackParser-Android 0.0.2'
name = '0.0.3'
desc = 'IconPackParser-Android 0.0.3'
released = new Date()
vcsTag = 'v0.0.2'
vcsTag = 'v0.0.3'
}
}
}
Expand Down Expand Up @@ -155,7 +155,7 @@ publishing {
artifact javadocJar
groupId 'com.sofakingforever.libraries'
artifactId 'iconpack'
version '0.0.2'
version '0.0.3'
pom.withXml {
def root = asNode()
root.appendNode('description', 'Your description of the lib')
Expand Down

0 comments on commit 78c443e

Please sign in to comment.