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 8f0395a commit d236366Copy full SHA for d236366
BasicSample/app/build.gradle
@@ -23,7 +23,7 @@ apply plugin: 'kotlin-kapt'
23
android {
24
compileSdkVersion rootProject.compileSdkVersion
25
defaultConfig {
26
- applicationId "com.example.android.databinding.twowaysample"
+ applicationId "com.example.android.databinding.basicsample"
27
minSdkVersion rootProject.minSdkVersion
28
targetSdkVersion rootProject.targetSdkVersion
29
versionCode 1
0 commit comments