-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89b7c0e
commit 3da2fc2
Showing
3,218 changed files
with
152,941 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
apply plugin: 'com.android.library' | ||
apply plugin: 'com.github.dcendents.android-maven' | ||
group = 'com.github.gauravat16' | ||
|
||
android { | ||
compileSdkVersion 25 | ||
buildToolsVersion "25.0.2" | ||
|
||
defaultConfig { | ||
minSdkVersion 16 | ||
targetSdkVersion 25 | ||
versionCode 1 | ||
versionName "1.0" | ||
|
||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | ||
|
||
} | ||
buildTypes { | ||
release { | ||
minifyEnabled false | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||
} | ||
} | ||
} | ||
|
||
dependencies { | ||
compile fileTree(dir: 'libs', include: ['*.jar']) | ||
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { | ||
exclude group: 'com.android.support', module: 'support-annotations' | ||
}) | ||
compile 'com.android.support:appcompat-v7:25.3.1' | ||
testCompile 'junit:junit:4.12' | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
...nerated/source/buildConfig/androidTest/debug/com/gaurav/smartsearch/test/BuildConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Automatically generated file. DO NOT MODIFY | ||
*/ | ||
package com.gaurav.smartsearch.test; | ||
|
||
public final class BuildConfig { | ||
public static final boolean DEBUG = Boolean.parseBoolean("true"); | ||
public static final String APPLICATION_ID = "com.gaurav.smartsearch.test"; | ||
public static final String BUILD_TYPE = "debug"; | ||
public static final String FLAVOR = ""; | ||
public static final int VERSION_CODE = 1; | ||
public static final String VERSION_NAME = "1.0"; | ||
} |
13 changes: 13 additions & 0 deletions
13
build/generated/source/buildConfig/debug/com/gaurav/smartsearch/BuildConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Automatically generated file. DO NOT MODIFY | ||
*/ | ||
package com.gaurav.smartsearch; | ||
|
||
public final class BuildConfig { | ||
public static final boolean DEBUG = Boolean.parseBoolean("true"); | ||
public static final String APPLICATION_ID = "com.gaurav.smartsearch"; | ||
public static final String BUILD_TYPE = "debug"; | ||
public static final String FLAVOR = ""; | ||
public static final int VERSION_CODE = 1; | ||
public static final String VERSION_NAME = "1.0"; | ||
} |
10 changes: 10 additions & 0 deletions
10
build/generated/source/r/androidTest/debug/android/app/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.app; | ||
|
||
public final class R { | ||
} |
10 changes: 10 additions & 0 deletions
10
build/generated/source/r/androidTest/debug/android/support/compat/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.support.compat; | ||
|
||
public final class R { | ||
} |
10 changes: 10 additions & 0 deletions
10
build/generated/source/r/androidTest/debug/android/support/coreui/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.support.coreui; | ||
|
||
public final class R { | ||
} |
10 changes: 10 additions & 0 deletions
10
build/generated/source/r/androidTest/debug/android/support/coreutils/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.support.coreutils; | ||
|
||
public final class R { | ||
} |
10 changes: 10 additions & 0 deletions
10
build/generated/source/r/androidTest/debug/android/support/fragment/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.support.fragment; | ||
|
||
public final class R { | ||
} |
10 changes: 10 additions & 0 deletions
10
build/generated/source/r/androidTest/debug/android/support/graphics/drawable/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.support.graphics.drawable; | ||
|
||
public final class R { | ||
} |
10 changes: 10 additions & 0 deletions
10
build/generated/source/r/androidTest/debug/android/support/graphics/drawable/animated/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.support.graphics.drawable.animated; | ||
|
||
public final class R { | ||
} |
10 changes: 10 additions & 0 deletions
10
build/generated/source/r/androidTest/debug/android/support/mediacompat/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.support.mediacompat; | ||
|
||
public final class R { | ||
} |
10 changes: 10 additions & 0 deletions
10
build/generated/source/r/androidTest/debug/android/support/test/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.support.test; | ||
|
||
public final class R { | ||
} |
13 changes: 13 additions & 0 deletions
13
build/generated/source/r/androidTest/debug/android/support/test/espresso/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.support.test.espresso; | ||
|
||
public final class R { | ||
public static final class string { | ||
public static final int app_name = 0x7f050021; | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
build/generated/source/r/androidTest/debug/android/support/test/espresso/idling/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.support.test.espresso.idling; | ||
|
||
public final class R { | ||
} |
13 changes: 13 additions & 0 deletions
13
build/generated/source/r/androidTest/debug/android/support/test/rule/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.support.test.rule; | ||
|
||
public final class R { | ||
public static final class string { | ||
public static final int app_name = 0x7f050021; | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
build/generated/source/r/androidTest/debug/android/support/v4/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package android.support.v4; | ||
|
||
public final class R { | ||
} |
Oops, something went wrong.