6 Commits

Author SHA1 Message Date
Ahmed MJ
486a53fb14 Release desktop mediaPlayer resource (#2239)
* release desktop mediaPlayer

* Update DesktopVideoPlayer.kt

Co-authored-by: 070hm <you@example.com>
Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
2022-09-22 03:14:28 +02:00
Igor Demin
840b7f3cb0 VideoPlayer. remove println 2022-06-29 20:19:17 +04:00
Igor Demin
dbd0a21949 Modify replace.sh for replacing Compose version (#1511)
Remove:
```
__LATEST_COMPOSE_RELEASE_VERSION__
__KOTLIN_COMPOSE_VERSION__
System.getenv("COMPOSE_TEMPLATE_COMPOSE_VERSION")
```

They pollute templates/examples.

Now, all paths where we need to change the version are hardcoded in the script.

Usage:
```
./replace.sh 1.0.0-rc6
```

This script is planned to run on CI

In the future I will add support for changing Kotlin version
2021-12-08 10:32:18 +03:00
Igor Demin
559e9364f1 Move examples to 1.0.0 (#1524) 2021-12-01 20:23:48 +03:00
Igor Demin
21473b13f1 Move to 1.0.0-rc12 (#1518)
* Move build_from_cli

* Migrate to 1.0.0-rc12

* Comment about LWJGL

* Update Tutorials
2021-12-01 15:37:02 +03:00
Igor Demin
b9b9e3438b Move cef and videoplayer to experimental folder (#1277)
Only experimental/components/settings.gradle.kts is copied with changes, the rest is copied without changes
2021-10-19 19:00:34 +03:00