Skip to content

Commit 2866c4c

Browse files
authored
Add files via upload
1 parent 7dbc30f commit 2866c4c

File tree

13 files changed

+8684
-0
lines changed

13 files changed

+8684
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Automatically generated file. DO NOT MODIFY
3+
*/
4+
package mariannelinhares.mnistandroid.test;
5+
6+
public final class BuildConfig {
7+
public static final boolean DEBUG = Boolean.parseBoolean("true");
8+
public static final String APPLICATION_ID = "mariannelinhares.mnistandroid.test";
9+
public static final String BUILD_TYPE = "debug";
10+
public static final String FLAVOR = "";
11+
public static final int VERSION_CODE = 1;
12+
public static final String VERSION_NAME = "1.0";
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Automatically generated file. DO NOT MODIFY
3+
*/
4+
package mariannelinhares.mnistandroid;
5+
6+
public final class BuildConfig {
7+
public static final boolean DEBUG = Boolean.parseBoolean("true");
8+
public static final String APPLICATION_ID = "mariannelinhares.mnistandroid";
9+
public static final String BUILD_TYPE = "debug";
10+
public static final String FLAVOR = "";
11+
public static final int VERSION_CODE = 1;
12+
public static final String VERSION_NAME = "1.0";
13+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* gradle plugin from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package android.support.compat;
8+
9+
public final class R {
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* gradle plugin from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package android.support.coreui;
8+
9+
public final class R {
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* gradle plugin from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package android.support.coreutils;
8+
9+
public final class R {
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* gradle plugin from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package android.support.fragment;
8+
9+
public final class R {
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* gradle plugin from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package android.support.graphics.drawable;
8+
9+
public final class R {
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* gradle plugin from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package android.support.graphics.drawable.animated;
8+
9+
public final class R {
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* gradle plugin from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package android.support.mediacompat;
8+
9+
public final class R {
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* gradle plugin from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package android.support.v4;
8+
9+
public final class R {
10+
}

0 commit comments

Comments
 (0)