Skip to content

Commit 2ce7c25

Browse files
committed
getting fingerprint
1 parent 3ffa35d commit 2ce7c25

File tree

14 files changed

+234
-358
lines changed

14 files changed

+234
-358
lines changed

androidstringobfuscator/androidstringobfuscator.iml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,11 @@
8383
<sourceFolder url="file://$MODULE_DIR$/src/test/jni" isTestSource="true" />
8484
<sourceFolder url="file://$MODULE_DIR$/src/test/rs" isTestSource="true" />
8585
<sourceFolder url="file://$MODULE_DIR$/src/test/shaders" isTestSource="true" />
86+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/annotations" />
8687
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
8788
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" />
89+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
90+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dependency-cache" />
8891
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.2/jars" />
8992
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.2.2/jars" />
9093
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support.test/exposed-instrumentation-api-publish/0.5/jars" />
@@ -100,13 +103,18 @@
100103
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/24.2.1/jars" />
101104
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-vector-drawable/24.2.1/jars" />
102105
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
106+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-safeguard" />
107+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
103108
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint" />
104109
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
105110
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
106111
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
107112
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/shaders" />
108113
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
114+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
115+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/typedefs.txt" />
109116
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
117+
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
110118
</content>
111119
<orderEntry type="jdk" jdkName="Android API 24 Platform" jdkType="Android SDK" />
112120
<orderEntry type="sourceFolder" forTests="false" />
@@ -133,6 +141,5 @@
133141
<orderEntry type="library" exported="" scope="TEST" name="hamcrest-core-1.3" level="project" />
134142
<orderEntry type="library" exported="" scope="TEST" name="junit-4.12" level="project" />
135143
<orderEntry type="library" exported="" scope="TEST" name="jsr305-2.0.1" level="project" />
136-
<orderEntry type="library" exported="" name="android-android-24" level="project" />
137144
</component>
138145
</module>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:2.2.0'
11+
classpath 'com.android.tools.build:gradle:2.2.3'
1212
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
1313
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1414
}
0 Bytes
Binary file not shown.

build/intermediates/dex-cache/cache.xml

Lines changed: 0 additions & 167 deletions
This file was deleted.

gradle/wrapper/gradle-wrapper.jar

-708 Bytes
Binary file not shown.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Oct 07 08:37:40 CEST 2016
2-
distributionBase=GRADLE_USER_HOME
3-
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-all.zip
1+
#Wed Jan 18 23:07:43 CET 2017
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip

0 commit comments

Comments
 (0)