File tree Expand file tree Collapse file tree
src/commonMain/kotlin/io/tolgee
gradle-plugin/src/main/java/io/tolgee Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'Tolgee'
3- spec . version = '1.0.0-SNAPSHOT '
3+ spec . version = '1.0.0-alpha01 '
44 spec . homepage = 'https://github.com/tolgee/tolgee-mobile-kotlin-sdk'
55 spec . source = { :http => '' }
66 spec . authors = ''
Original file line number Diff line number Diff line change @@ -744,7 +744,7 @@ open class Tolgee(
744744 * Used for tracking plugin/integration usage.
745745 */
746746 internal const val TYPE_HEADER = " Compose Multiplatform"
747- internal const val VERSION_HEADER = " 1.0.0-SNAPSHOT "
747+ internal const val VERSION_HEADER = " 1.0.0-alpha01 "
748748
749749 /* *
750750 * Provides the locale of the system where the application is running.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ open class TolgeePlugin : Plugin<Project> {
1515
1616 companion object {
1717 // Separate variable so it can easily be replaced by sed in CI/CD
18- private const val PACKAGE_VERSION = " 1.0.0-SNAPSHOT "
18+ private const val PACKAGE_VERSION = " 1.0.0-alpha01 "
1919
2020 val version: String
2121 get() = this ::class .java.`package`?.implementationVersion?.ifBlank { null }
Original file line number Diff line number Diff line change 33# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
44
55[versions ]
6- library = " 1.0.0-SNAPSHOT "
6+ library = " 1.0.0-alpha01 "
77activity = " 1.10.1"
88android-core = " 1.16.0"
99android-tools = " 8.12.0"
You can’t perform that action at this time.
0 commit comments