File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 172
172
<sha256 value =" b1c2199e1c0cc969ef61cbbe4af2ecaf9b06411bdde01cbaf6fc9134dfe04e8a" origin =" Generated by Gradle" />
173
173
</artifact >
174
174
</component >
175
- <component group =" io.bitrise.gradle" name =" gradle-analytics" version =" 2.1.24 " >
176
- <artifact name =" gradle-analytics-2.1.24 .jar" >
177
- <sha256 value =" d2c6430edf0f568b34319be76851fea24aae569e31c1f7bf550a4d6787a962f1 " origin =" Generated by Gradle" />
175
+ <component group =" io.bitrise.gradle" name =" gradle-analytics" version =" 2.1.25 " >
176
+ <artifact name =" gradle-analytics-2.1.25 .jar" >
177
+ <sha256 value =" 64ca4d95b27794962abc2365edd9991c4a98b137aa3cc57a9a3b51cd04e5c04d " origin =" Generated by Gradle" />
178
178
</artifact >
179
- <artifact name =" gradle-analytics-2.1.24 .module" >
180
- <sha256 value =" 2250ea5415855ea630fca55d7bb9939ed33d3d9535d6b94367aa9622be99a991 " origin =" Generated by Gradle" />
179
+ <artifact name =" gradle-analytics-2.1.25 .module" >
180
+ <sha256 value =" b1b0aac5278f6d535d51f5c15af648e331524ce814fc2f3f7fa257481c7469dc " origin =" Generated by Gradle" />
181
181
</artifact >
182
182
</component >
183
183
<component group =" io.bitrise.gradle" name =" remote-cache" version =" 1.2.18" >
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ initscript {
152
152
}
153
153
dependencies {
154
154
classpath("io.bitrise.gradle:remote-cache:1.2.18")
155
- classpath("io.bitrise.gradle:gradle-analytics:2.1.24 ")
155
+ classpath("io.bitrise.gradle:gradle-analytics:2.1.25 ")
156
156
}
157
157
}
158
158
@@ -207,7 +207,7 @@ initscript {
207
207
}
208
208
dependencies {
209
209
classpath("io.bitrise.gradle:remote-cache:1.2.18")
210
- classpath("io.bitrise.gradle:gradle-analytics:2.1.24 ")
210
+ classpath("io.bitrise.gradle:gradle-analytics:2.1.25 ")
211
211
}
212
212
}
213
213
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const (
29
29
GradleRemoteBuildCachePluginDepVersion = "1.2.18"
30
30
31
31
// Gradle Analytics related consts
32
- GradleAnalyticsPluginDepVersion = "2.1.24 "
32
+ GradleAnalyticsPluginDepVersion = "2.1.25 "
33
33
GradleAnalyticsEndpoint = "gradle-analytics.services.bitrise.io"
34
34
GradleAnalyticsHTTPEndpoint = "https://gradle-sink.services.bitrise.io"
35
35
GradleAnalyticsPort = 443
You can’t perform that action at this time.
0 commit comments