Skip to content

Commit 92b469d

Browse files
author
Josh Holtz
committed
Version bump to 1.6.2
1 parent d8600a8 commit 92b469d

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

sentry-android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
apply plugin: 'com.android.library'
66

77

8-
def SentryAndroidVersion = "1.6.1"
8+
def SentryAndroidVersion = "1.6.2"
99

1010
android {
1111
compileSdkVersion 24

sentry-android/sentry-android.iml

+12-2
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,31 @@
8383
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" />
8484
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
8585
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" />
86+
<excludeFolder url="file://$MODULE_DIR$/build/docs" />
87+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
8688
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
8789
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" />
90+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
91+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dependency-cache" />
8892
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
93+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-safeguard" />
94+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-support" />
95+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
8996
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint" />
9097
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
98+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
9199
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
92100
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
93101
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/shaders" />
94102
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
103+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
104+
<excludeFolder url="file://$MODULE_DIR$/build/libs" />
95105
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
106+
<excludeFolder url="file://$MODULE_DIR$/build/poms" />
107+
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
96108
</content>
97109
<orderEntry type="jdk" jdkName="Android API 24 Platform" jdkType="Android SDK" />
98110
<orderEntry type="sourceFolder" forTests="false" />
99111
<orderEntry type="library" exported="" scope="TEST" name="guava-19.0" level="project" />
100-
<orderEntry type="library" exported="" name="org.jbundle.util.osgi.wrapped.org.apache.http.client-4.1.2" level="project" />
101-
<orderEntry type="library" exported="" name="org.apache.http.legacy-android-24" level="project" />
102112
</component>
103113
</module>

sentry-app/sentry-app.iml

+5-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@
8282
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" />
8383
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
8484
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" />
85+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
8586
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
87+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" />
88+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
89+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dependency-cache" />
8690
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/jars" />
8791
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/jars" />
8892
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
@@ -91,15 +95,14 @@
9195
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
9296
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
9397
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
98+
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
9499
</content>
95100
<orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />
96101
<orderEntry type="sourceFolder" forTests="false" />
97102
<orderEntry type="library" exported="" name="support-v4-23.1.1" level="project" />
98103
<orderEntry type="library" exported="" name="support-annotations-23.1.1" level="project" />
99104
<orderEntry type="library" exported="" name="appcompat-v7-23.1.1" level="project" />
100105
<orderEntry type="module" module-name="sentry-android" exported="" />
101-
<orderEntry type="library" exported="" name="org.apache.http.legacy-android-23" level="project" />
102106
<orderEntry type="library" exported="" scope="TEST" name="guava-19.0" level="project" />
103-
<orderEntry type="library" exported="" name="org.jbundle.util.osgi.wrapped.org.apache.http.client-4.1.2" level="project" />
104107
</component>
105108
</module>

0 commit comments

Comments
 (0)