Skip to content

Commit 240d577

Browse files
author
wangkun
committed
Upgrade kotlin_version to 1.5.30
Signed-off-by: wangkun <[email protected]>
1 parent ad7da25 commit 240d577

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/quick_blue/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'com.example.quick_blue'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.3.50'
5+
ext.kotlin_version = '1.5.30'
66
repositories {
77
google()
88
mavenCentral()

packages/quick_blue/example/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.50'
2+
ext.kotlin_version = '1.5.30'
33
repositories {
44
google()
55
mavenCentral()

packages/quick_usb/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'com.example.quick_usb'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.3.50'
5+
ext.kotlin_version = '1.5.30'
66
repositories {
77
google()
88
mavenCentral()

packages/quick_usb/example/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.50'
2+
ext.kotlin_version = '1.5.30'
33
repositories {
44
google()
55
mavenCentral()

0 commit comments

Comments
 (0)