Skip to content

Commit cada1dd

Browse files
committed
fix(android): Ensure TTF is packaged
1 parent aa3b1ee commit cada1dd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderline/alphatab",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "alphaTab is a music notation and guitar tablature rendering library",
55
"keywords": [
66
"guitar",

src.kotlin/alphaTab/android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var libAuthorId = "danielku15"
3939
var libAuthorName = "Daniel Kuschny"
4040
var libOrgUrl = "https://github.com/coderline"
4141
var libCompany = "CoderLine"
42-
var libVersion = "1.4.2-SNAPSHOT"
42+
var libVersion = "1.4.3-SNAPSHOT"
4343
var libProjectUrl = "https://github.com/CoderLine/alphaTab"
4444
var libGitUrlHttp = "https://github.com/CoderLine/alphaTab.git"
4545
var libGitUrlGit = "scm:git:git://github.com/CoderLine/alphaTab.git"
@@ -116,7 +116,7 @@ android {
116116
androidResources {
117117
ignoreAssetsPattern = arrayOf(
118118
"eot",
119-
"ttf",
119+
"otf",
120120
"svg",
121121
"woff",
122122
"woff2",

0 commit comments

Comments
 (0)