Skip to content

Commit

Permalink
Still releasing 1.10.0.11 !
Browse files Browse the repository at this point in the history
I realized I needed to try to update the RoboVM plugin. I also updated some docs.
  • Loading branch information
tommyettinger committed Feb 20, 2022
1 parent a73984c commit ea18312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/i18n/nls.properties
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ ktxVisTip=Kotlin VisUI GUI builders with minimal overhead.
ktxVisStyleTip=Kotlin VisUI widget style builders.
joiseTip=2D, 3D, 4D and 6D modular noise library written in Java.
typingLabelTip=An animated Label with real time typing effect.
makeSomeNoiseTip=A 2D, 3D, 4D and 6D noise library.
makeSomeNoiseTip=A 2D, 3D, 4D, 5D, and 6D "bare-bones" noise library.
shapeDrawerTip=A high-performance alternative to the libGDX ShapeRenderer.
simpleGraphsTip=Utilities and algorithms for handling graphs.
pieMenuTip=Circular WidgetGroup and context menu for Scene2D.
Expand Down Expand Up @@ -383,9 +383,9 @@ sdkVersionTip=Version of the targeted Android API; should be at least 30.
androidPluginVersion=Android plugin:
androidPluginVersionTip=Version of Android Gradle plugin.
robovmVersion=RoboVM version:
robovmVersionTip=Version of RoboVM framework used by the default iOS backend. 2.3.12 is recommended.
robovmVersionTip=Version of RoboVM framework used by the iOS backend. 2.3.15 is the default, but this may need changing for different libGDX versions.
javaVersion=Java version:
javaVersionTip=Used as source compatibility value. 8 is advised unless you specifically want to target old Android devices or iOS; those might need 7.
javaVersionTip=Used as source compatibility value. 8 is advised unless you specifically want to target old Android devices or iOS; those might need 7. Using 11 may be needed to target Android.
serverJavaVersion=Server Java version:
serverJavaVersionTip=Used as source compatibility value in headless and server applications. 8 is a stable and widely used Java version.
desktopJavaVersion=Desktop Java version:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/tabs/advanced.lml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<intSpinner id="sdkVersion" min="9" max="31" value="$getSdkVersion" onChange="setSdkVersion" step="1"
tooltip="@sdkVersionTip"/>
@robovmVersion
<textField id="robovmVersion" tooltip="@robovmVersionTip" row="true" >2.3.12</textField>
<textField id="robovmVersion" tooltip="@robovmVersionTip" row="true" >2.3.15</textField>
@gwtPlugin
<textField id="gwtPlugin" tooltip="@gwtPluginTip" growX="true">1.1.16</textField>
</table>
Expand Down

0 comments on commit ea18312

Please sign in to comment.