Skip to content

Commit 8e5cf2f

Browse files
Kotlin 1.6.0
1 parent 3bccb86 commit 8e5cf2f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:layout_width="match_parent"
4+
android:layout_height="match_parent">
5+
6+
</androidx.constraintlayout.widget.ConstraintLayout>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.5.31'
2+
ext.kotlinVersion = '1.6.0'
33
ext.buildConfig = [
44
'versionCode' : 1,
55
'versionName' : "1.0.0",

0 commit comments

Comments
 (0)