Skip to content

Commit d236366

Browse files
Update build.gradle
1 parent 8f0395a commit d236366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BasicSample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: 'kotlin-kapt'
2323
android {
2424
compileSdkVersion rootProject.compileSdkVersion
2525
defaultConfig {
26-
applicationId "com.example.android.databinding.twowaysample"
26+
applicationId "com.example.android.databinding.basicsample"
2727
minSdkVersion rootProject.minSdkVersion
2828
targetSdkVersion rootProject.targetSdkVersion
2929
versionCode 1

0 commit comments

Comments
 (0)