File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ gdxVersion=1.13.0
1515
1616# Publishing settings
1717group =com.badlogicgames.gdx-video
18- version =1.3.4
18+ version =1.3.5
1919POM_DESCRIPTION =Video extension for libGDX
2020POM_NAME =GDX-Video
2121POM_URL =https://github.com/libgdx/gdx-video
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ configure([
55 project(" :gdx-video-desktop:gdx-video-lwjgl" ),
66 project(" :gdx-video-desktop:gdx-video-lwjgl3" ),
77 project(" :gdx-video-gwt" ),
8+ project(" :gdx-video-teavm" ),
89 project(" :gdx-video-robovm" )
910])
1011 {
@@ -18,7 +19,7 @@ configure([
1819 publications {
1920 mavenJava(MavenPublication ) {
2021 artifactId = archivesBaseName ?: project. name
21-
22+
2223 // Most normal java projects
2324 if (components. findByName(" java" ) != null )
2425 from components. java
You can’t perform that action at this time.
0 commit comments