Skip to content

Commit a379625

Browse files
committed
Bug fix
1 parent c3e47b2 commit a379625

File tree

599 files changed

+12634
-2749
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

599 files changed

+12634
-2749
lines changed

.idea/codeStyles/Project.xml

Lines changed: 116 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator-enh.xml

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator.xml

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package androidx.databinding.library.baseAdapters;
22

33
public class BR {
4-
public static final int _all = 0;
5-
64
public static final int User = 1;
5+
6+
public static final int _all = 0;
77
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.example.simpledagger;
22

33
public class BR {
4-
public static final int _all = 0;
5-
64
public static final int User = 1;
5+
6+
public static final int _all = 0;
77
}

app/build/generated/ap_generated_sources/debug/out/com/example/simpledagger/DataBinderMapperImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ public List<DataBinderMapper> collectDependencies() {
8686
}
8787

8888
private static class InnerBrLookup {
89-
static final SparseArray<String> sKeys = new SparseArray<String>(3);
89+
static final SparseArray<String> sKeys = new SparseArray<String>(2);
9090

9191
static {
92-
sKeys.put(0, "_all");
9392
sKeys.put(1, "User");
93+
sKeys.put(0, "_all");
9494
}
9595
}
9696

app/build/generated/source/buildConfig/debug/com/example/simpledagger/BuildConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ public final class BuildConfig {
77
public static final boolean DEBUG = Boolean.parseBoolean("true");
88
public static final String APPLICATION_ID = "com.example.simpledagger";
99
public static final String BUILD_TYPE = "debug";
10-
public static final String FLAVOR = "";
1110
public static final int VERSION_CODE = 1;
1211
public static final String VERSION_NAME = "1.0";
1312
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"dagger-compiler-2.23.2.jar (com.google.dagger:dagger-compiler:2.23.2)":true,"databinding-compiler-3.6.0-alpha03.jar (androidx.databinding:databinding-compiler:3.6.0-alpha03)":true}
1+
{"jetified-dagger-compiler-2.23.2.jar (com.google.dagger:dagger-compiler:2.23.2)":true,"databinding-compiler-4.0.0-beta03.jar (androidx.databinding:databinding-compiler:4.0.0-beta03)":true}

0 commit comments

Comments
 (0)