Skip to content

Commit 186e424

Browse files
committed
update gradle version and wrapper and other fixes
Change-Id: I085317c62fbc34e651bc384b5c0aa79eda323f96
1 parent 9b392c9 commit 186e424

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

gradle/wrapper/gradle-wrapper.jar

-15.3 KB
Binary file not shown.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Fri Feb 14 20:10:12 KST 2025
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
Copyright 2020 The Android Open Source Project
3+
4+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
5+
in compliance with the License. You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software distributed under the License
10+
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
11+
or implied. See the License for the specific language governing permissions and limitations under
12+
the License.
13+
-->
14+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
15+
xmlns:aapt="http://schemas.android.com/aapt"
16+
android:width="108dp"
17+
android:height="108dp"
18+
android:viewportWidth="108"
19+
android:viewportHeight="108">
20+
<path
21+
android:fillColor="#fff"
22+
android:fillType="evenOdd"
23+
android:pathData="M70,36v36h-3.6L66.4,57.6L61,57.6L61,43.2c0,-3.168 4.032,-7.2 9,-7.2zM40.6,36v12.6h3.6L44.2,36h3.6v12.6h3.6L51.4,36L55,36v12.6c0,3.978 -3.222,7.2 -7.2,7.2L47.8,72h-3.6L44.2,55.8a7.198,7.198 0,0 1,-7.2 -7.2L37,36h3.6z" />
24+
<path
25+
android:fillType="evenOdd"
26+
android:pathData="M0,0h108v108H0z">
27+
<aapt:attr name="android:fillColor">
28+
<gradient
29+
android:centerX="29.74104"
30+
android:centerY="29.68488"
31+
android:gradientRadius="71.14824"
32+
android:type="radial">
33+
<item
34+
android:color="#19ffffff"
35+
android:offset="0" />
36+
<item
37+
android:color="#00ffffff"
38+
android:offset="1" />
39+
</gradient>
40+
</aapt:attr>
41+
</path>
42+
</vector>

0 commit comments

Comments
 (0)