We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bccb86 commit 8e5cf2fCopy full SHA for 8e5cf2f
app/src/main/res/layout/layout_child.xml
@@ -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
@@ -1,5 +1,5 @@
buildscript {
- ext.kotlinVersion = '1.5.31'
+ ext.kotlinVersion = '1.6.0'
ext.buildConfig = [
'versionCode' : 1,
'versionName' : "1.0.0",
0 commit comments