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

Commit e2faa1b

Browse files
authored
Merge pull request #1228 from 4brunu/feature/kotlin-1.5.20
kotlin-1.5.20
2 parents 10427ba + 1cc6f68 commit e2faa1b

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

Android/Kotlin/cgmanifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Maven": {
77
"ArtifactId": "kotlin-stdlib",
88
"GroupId": "org.jetbrains.kotlin",
9-
"Version": "1.5.21"
9+
"Version": "1.5.20"
1010
}
1111
}
1212
},
@@ -16,7 +16,7 @@
1616
"Maven": {
1717
"ArtifactId": "kotlin-stdlib-common",
1818
"GroupId": "org.jetbrains.kotlin",
19-
"Version": "1.5.21"
19+
"Version": "1.5.20"
2020
}
2121
}
2222
},
@@ -26,7 +26,7 @@
2626
"Maven": {
2727
"ArtifactId": "kotlin-reflect",
2828
"GroupId": "org.jetbrains.kotlin",
29-
"Version": "1.5.21"
29+
"Version": "1.5.20"
3030
}
3131
}
3232
},
@@ -36,7 +36,7 @@
3636
"Maven": {
3737
"ArtifactId": "kotlin-stdlib-jdk7",
3838
"GroupId": "org.jetbrains.kotlin",
39-
"Version": "1.5.21"
39+
"Version": "1.5.20"
4040
}
4141
}
4242
},
@@ -46,7 +46,7 @@
4646
"Maven": {
4747
"ArtifactId": "kotlin-stdlib-jdk8",
4848
"GroupId": "org.jetbrains.kotlin",
49-
"Version": "1.5.21"
49+
"Version": "1.5.20"
5050
}
5151
}
5252
},

Android/Kotlin/config.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
{
2020
"groupId" : "org.jetbrains.kotlin",
2121
"artifactId" : "kotlin-stdlib",
22-
"version" : "1.5.21",
23-
"nugetVersion" : "1.5.21",
22+
"version" : "1.5.20",
23+
"nugetVersion" : "1.5.20",
2424
"nugetId" : "Xamarin.Kotlin.StdLib"
2525
},
2626
{
2727
"groupId" : "org.jetbrains.kotlin",
2828
"artifactId" : "kotlin-stdlib-common",
29-
"version" : "1.5.21",
30-
"nugetVersion" : "1.5.21",
29+
"version" : "1.5.20",
30+
"nugetVersion" : "1.5.20",
3131
"nugetId" : "Xamarin.Kotlin.StdLib.Common",
3232
"metadata" :
3333
{
@@ -37,8 +37,8 @@
3737
{
3838
"groupId" : "org.jetbrains.kotlin",
3939
"artifactId" : "kotlin-reflect",
40-
"version" : "1.5.21",
41-
"nugetVersion" : "1.5.21",
40+
"version" : "1.5.20",
41+
"nugetVersion" : "1.5.20",
4242
"nugetId" : "Xamarin.Kotlin.Reflect",
4343
"metadata" :
4444
{
@@ -48,8 +48,8 @@
4848
{
4949
"groupId" : "org.jetbrains.kotlin",
5050
"artifactId" : "kotlin-stdlib-jdk7",
51-
"version" : "1.5.21",
52-
"nugetVersion" : "1.5.21",
51+
"version" : "1.5.20",
52+
"nugetVersion" : "1.5.20",
5353
"nugetId" : "Xamarin.Kotlin.StdLib.Jdk7",
5454
"metadata" :
5555
{
@@ -59,8 +59,8 @@
5959
{
6060
"groupId" : "org.jetbrains.kotlin",
6161
"artifactId" : "kotlin-stdlib-jdk8",
62-
"version" : "1.5.21",
63-
"nugetVersion" : "1.5.21",
62+
"version" : "1.5.20",
63+
"nugetVersion" : "1.5.20",
6464
"nugetId" : "Xamarin.Kotlin.StdLib.Jdk8",
6565
"metadata" :
6666
{

Android/Kotlin/native/KotlinSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.5.21'
4+
ext.kotlin_version = '1.5.20'
55
repositories {
66
google()
77
jcenter()

Android/Kotlin/samples/KotlinSample/KotlinSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
</ItemGroup>
4747
<ItemGroup>
4848
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.2.0.5" />
49-
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="1.5.21" />
50-
<PackageReference Include="Xamarin.Kotlin.Reflect" Version="1.5.21" />
49+
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="1.5.20" />
50+
<PackageReference Include="Xamarin.Kotlin.Reflect" Version="1.5.20" />
5151
</ItemGroup>
5252
<ItemGroup>
5353
<ProjectReference Include="..\KotlinSampleLibrary\KotlinSampleLibrary.csproj">

Android/Kotlin/samples/KotlinSampleLibrary/KotlinSampleLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<Reference Include="Mono.Android" />
4343
</ItemGroup>
4444
<ItemGroup>
45-
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="1.5.21" />
45+
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="1.5.20" />
4646
</ItemGroup>
4747
<ItemGroup>
4848
<Compile Include="Properties\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)