Skip to content

Commit

Permalink
Version 3.0.2 (#10)
Browse files Browse the repository at this point in the history
* Include LICENSE file jars
* Update project URL in POM
  • Loading branch information
sgjesse authored Mar 15, 2023
1 parent 0a2387a commit 8cc4568
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

apply plugin: 'idea'

version = '3.0.1'
version = '3.0.2'
def jcommanderVersion = ''

if (!('release' in gradle.startParameter.taskNames)) {
Expand Down Expand Up @@ -89,6 +89,12 @@ subprojects {
targetCompatibility JavaVersion.VERSION_1_8
}

jar {
from(project.rootDir) {
include 'LICENSE'
}
}

ext {
depends = [
guava: 'com.google.guava:guava:31.1-android',
Expand Down Expand Up @@ -136,7 +142,7 @@ subprojects {

pom {
name = project.name
url = 'http://smali.org'
url = 'https://github.com/google/smali'

licenses {
license {
Expand Down

0 comments on commit 8cc4568

Please sign in to comment.