Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5cd1c00

Browse files
committed
Disabled proxy setting in gradle.properties
1 parent 9505dca commit 5cd1c00

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

‎README.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# LoadingToggleButton
2+
3+
24
A toggle button shows loading animation when toggled from 'off' to 'on' status.
35

46
## * Work In Pregress
57

6-
![](https://ws1.sinaimg.cn/large/006tNc79gy1fpnw8wcybcj31401z4jsp.jpg)
8+
![](docs/screenshot.png)
79

810
## License
911

1012
I copied source files from project [DayNightToggleButton](https://github.com/SilenceDut/DayNightToggleButton) which created by [SilenceDut](https://github.com/SilenceDut).
1113

1214
```
1315
Copyright 2018 Chia Chin
14-
Copyright 2018 SilenceDut
1516
1617
Licensed under the Apache License, Version 2.0 (the "License");
1718
you may not use this file except in compliance with the License.

‎docs/screenshot.png‎

17.3 KB
Loading[フレーム]

‎gradle.properties‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414
# org.gradle.parallel=true
1515
#Tue Mar 27 17:50:10 CST 2018
16-
systemProp.https.nonProxyHosts=localhost,192.168.*
17-
systemProp.https.proxyPort=8888
18-
systemProp.http.proxyHost=127.0.0.1
19-
systemProp.http.nonProxyHosts=localhost,192.168.*
16+
#systemProp.https.nonProxyHosts=localhost,192.168.*
17+
#systemProp.https.proxyPort=8888
18+
#systemProp.http.proxyHost=127.0.0.1
19+
#systemProp.http.nonProxyHosts=localhost,192.168.*
2020
org.gradle.jvmargs=-Xmx1536m
21-
systemProp.https.proxyHost=127.0.0.1
22-
systemProp.http.proxyPort=8888
21+
#systemProp.https.proxyHost=127.0.0.1
22+
#systemProp.http.proxyPort=8888

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /