Skip to content

Commit

Permalink
Remove hardcoded versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
realeyes-mike-patterson committed Jan 14, 2021
1 parent a53bd9a commit 9c23d70
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ repositories {
jcenter()
}

version = '1.0.0'
sourceCompatibility = 1.8

dependencies {
Expand Down Expand Up @@ -117,11 +116,6 @@ bintray {
userOrg = 'realeyes-mike-patterson'
licenses = ['MIT']
vcsUrl = 'https://github.com/realeyes-media/scte35-kotlin'
version {
name = project.version
desc = project.version
released = new Date()
}
}

publish true
Expand Down

0 comments on commit 9c23d70

Please sign in to comment.