Files
Unciv/buildSrc/src/main/kotlin/BuildConfig.kt

11 lines
263 B
Kotlin
Raw Normal View History

package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.5.30"
const val appName = "Unciv"
Version rollout (#6789) * Bump version and create initial changelog entry * Update Russian.properties (#6787) * Update Russian.properties * Fix translation * Update Spanish.properties (#6782) 511 - Yes, the double space is intentional * Add Fastlane_short_description translations (#6781) Also added Civ V - Vanilla and Civ V - Gods and Kings translation. * Update German translation (#6778) * Update French.properties (#6769) * Update Indonesian.properties (#6768) * Update Simplified_Chinese.properties (#6766) * Update Simplified_Chinese.properties * Make 2 translation together (#1) * Fetch the latest update * Update Simplified_Chinese.properties Correct language defects and ambiguities and fill in gaps Co-authored-by: Yair Morgenstern <yairm210@hotmail.com> Co-authored-by: Xander Lenstra <71121390+xlenstra@users.noreply.github.com> Co-authored-by: xk730 <40309144+xk730@users.noreply.github.com> Co-authored-by: Yair Morgenstern <yairm210@hotmail.com> Co-authored-by: Xander Lenstra <71121390+xlenstra@users.noreply.github.com> Co-authored-by: xk730 <40309144+xk730@users.noreply.github.com> * Update Italian.properties (#6765) * Update Korean.properties (#6754) * Update Korean.properties * Update Korean.properties * Update Korean.properties Co-authored-by: Yair Morgenstern <yairm210@hotmail.com> Co-authored-by: yairm210 <yairm210@users.noreply.github.com> Co-authored-by: deqtodo <94169613+deqtodo@users.noreply.github.com> Co-authored-by: Caballero Arepa <78449553+ArchDuque-Pancake@users.noreply.github.com> Co-authored-by: nilleh <72703236+niltok64@users.noreply.github.com> Co-authored-by: MartinP <77325495+Mape6@users.noreply.github.com> Co-authored-by: Ouaz <Ouaz@users.noreply.github.com> Co-authored-by: kensvin <63847755+Kensvin28@users.noreply.github.com> Co-authored-by: heipizhu4 <100454479+heipizhu4@users.noreply.github.com> Co-authored-by: Xander Lenstra <71121390+xlenstra@users.noreply.github.com> Co-authored-by: xk730 <40309144+xk730@users.noreply.github.com> Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com> Co-authored-by: Auvergne <97716654+ARPD-release@users.noreply.github.com>
2022-05-13 12:52:53 +03:00
const val appCodeNumber = 709
const val appVersion = "4.0.16"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"
}