Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
bump kotlin version (#1259)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Pobst <jonathan.pobst@microsoft.com>
  • Loading branch information
4brunu and jpobst authored Aug 31, 2021
1 parent ea276fa commit 07b23c6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions Android/Kotlin/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Maven": {
"ArtifactId": "kotlin-stdlib",
"GroupId": "org.jetbrains.kotlin",
"Version": "1.5.20"
"Version": "1.5.30"
}
}
},
Expand All @@ -16,7 +16,7 @@
"Maven": {
"ArtifactId": "kotlin-stdlib-common",
"GroupId": "org.jetbrains.kotlin",
"Version": "1.5.20"
"Version": "1.5.30"
}
}
},
Expand All @@ -26,7 +26,7 @@
"Maven": {
"ArtifactId": "kotlin-reflect",
"GroupId": "org.jetbrains.kotlin",
"Version": "1.5.20"
"Version": "1.5.30"
}
}
},
Expand All @@ -36,7 +36,7 @@
"Maven": {
"ArtifactId": "kotlin-stdlib-jdk7",
"GroupId": "org.jetbrains.kotlin",
"Version": "1.5.20"
"Version": "1.5.30"
}
}
},
Expand All @@ -46,7 +46,7 @@
"Maven": {
"ArtifactId": "kotlin-stdlib-jdk8",
"GroupId": "org.jetbrains.kotlin",
"Version": "1.5.20"
"Version": "1.5.30"
}
}
},
Expand Down
20 changes: 10 additions & 10 deletions Android/Kotlin/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
{
"groupId" : "org.jetbrains.kotlin",
"artifactId" : "kotlin-stdlib",
"version" : "1.5.20",
"nugetVersion" : "1.5.20",
"version" : "1.5.30",
"nugetVersion" : "1.5.30",
"nugetId" : "Xamarin.Kotlin.StdLib"
},
{
"groupId" : "org.jetbrains.kotlin",
"artifactId" : "kotlin-stdlib-common",
"version" : "1.5.20",
"nugetVersion" : "1.5.20",
"version" : "1.5.30",
"nugetVersion" : "1.5.30",
"nugetId" : "Xamarin.Kotlin.StdLib.Common",
"metadata" :
{
Expand All @@ -37,8 +37,8 @@
{
"groupId" : "org.jetbrains.kotlin",
"artifactId" : "kotlin-reflect",
"version" : "1.5.20",
"nugetVersion" : "1.5.20",
"version" : "1.5.30",
"nugetVersion" : "1.5.30",
"nugetId" : "Xamarin.Kotlin.Reflect",
"metadata" :
{
Expand All @@ -48,8 +48,8 @@
{
"groupId" : "org.jetbrains.kotlin",
"artifactId" : "kotlin-stdlib-jdk7",
"version" : "1.5.20",
"nugetVersion" : "1.5.20",
"version" : "1.5.30",
"nugetVersion" : "1.5.30",
"nugetId" : "Xamarin.Kotlin.StdLib.Jdk7",
"metadata" :
{
Expand All @@ -59,8 +59,8 @@
{
"groupId" : "org.jetbrains.kotlin",
"artifactId" : "kotlin-stdlib-jdk8",
"version" : "1.5.20",
"nugetVersion" : "1.5.20",
"version" : "1.5.30",
"nugetVersion" : "1.5.30",
"nugetId" : "Xamarin.Kotlin.StdLib.Jdk8",
"metadata" :
{
Expand Down
2 changes: 1 addition & 1 deletion Android/Kotlin/native/KotlinSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.5.20'
ext.kotlin_version = '1.5.30'
repositories {
google()
jcenter()
Expand Down
4 changes: 2 additions & 2 deletions Android/Kotlin/samples/KotlinSample/KotlinSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.2.0.5" />
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="1.5.20" />
<PackageReference Include="Xamarin.Kotlin.Reflect" Version="1.5.20" />
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="1.5.30" />
<PackageReference Include="Xamarin.Kotlin.Reflect" Version="1.5.30" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KotlinSampleLibrary\KotlinSampleLibrary.csproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<Reference Include="Mono.Android" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="1.5.20" />
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="1.5.30" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down

0 comments on commit 07b23c6

Please sign in to comment.