Skip to content

Commit

Permalink
up kotline
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Feb 15, 2024
1 parent d3bbe5c commit 0cebdba
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Apps/PackageTest/0.63.1/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
compileSdkVersion = 33
targetSdkVersion = 33
ndkVersion = "21.4.7075529"
kotlinVersion = "1.9.0"
}
repositories {
google()
Expand Down
1 change: 1 addition & 0 deletions Apps/PackageTest/0.64.0/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
compileSdkVersion = 33
targetSdkVersion = 33
ndkVersion = "21.4.7075529"
kotlinVersion = "1.9.0"
}
repositories {
google()
Expand Down
1 change: 1 addition & 0 deletions Apps/PackageTest/0.65.0/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
compileSdkVersion = 33
targetSdkVersion = 33
ndkVersion = "21.4.7075529"
kotlinVersion = "1.9.0"
}
repositories {
google()
Expand Down
1 change: 1 addition & 0 deletions Apps/PackageTest/0.69.0/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ buildscript {
// Otherwise we default to the side-by-side NDK version from AGP.
ndkVersion = "21.4.7075529"
}
kotlinVersion = "1.9.0"
}
repositories {
google()
Expand Down
1 change: 1 addition & 0 deletions Apps/Playground/0.64/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
compileSdkVersion = 33
targetSdkVersion = 33
ndkVersion = "21.4.7075529"
kotlinVersion = "1.9.0"
}
repositories {
google()
Expand Down
1 change: 1 addition & 0 deletions Apps/Playground/0.65/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
compileSdkVersion = 33
targetSdkVersion = 33
ndkVersion = "21.4.7075529"
kotlinVersion = "1.9.0"
}
repositories {
google()
Expand Down
1 change: 1 addition & 0 deletions Apps/Playground/0.69/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ buildscript {
// Otherwise we default to the side-by-side NDK version from AGP.
ndkVersion = "21.4.7075529"
}
kotlinVersion = "1.9.0"
}
repositories {
google()
Expand Down
1 change: 1 addition & 0 deletions Apps/Playground/0.70/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ buildscript {
// Otherwise we default to the side-by-side NDK version from AGP.
ndkVersion = "21.4.7075529"
}
kotlinVersion = "1.9.0"
}
repositories {
google()
Expand Down
1 change: 1 addition & 0 deletions Apps/Playground/0.71/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
targetSdkVersion = 30

ndkVersion = "23.1.7779620"
kotlinVersion = "1.9.0"
}
repositories {
google()
Expand Down

0 comments on commit 0cebdba

Please sign in to comment.