forked from ylyc/circular_progress_bar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ylyc#3 from markus2610/master
support gradle and android target 22
- Loading branch information
Showing
73 changed files
with
635 additions
and
532 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Built application files | ||
*.apk | ||
*.ap_ | ||
|
||
# Files for the Dalvik VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# Generated files | ||
bin/ | ||
gen/ | ||
|
||
# Gradle files | ||
.gradle/ | ||
build/ | ||
/*/build/ | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Proguard folder generated by Eclipse | ||
proguard/ | ||
|
||
# Log Files | ||
*.log | ||
|
||
# android studio | ||
.idea |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-395 Bytes
bin/classes/com/lylc/widget/circularprogressbar/example/BuildConfig.class
Binary file not shown.
Binary file removed
BIN
-1.85 KB
bin/classes/com/lylc/widget/circularprogressbar/example/CircularProgressBar$1.class
Binary file not shown.
Binary file removed
BIN
-2.02 KB
bin/classes/com/lylc/widget/circularprogressbar/example/CircularProgressBar$2.class
Binary file not shown.
Binary file removed
BIN
-415 Bytes
...lc/widget/circularprogressbar/example/CircularProgressBar$ProgressAnimationListener.class
Binary file not shown.
Binary file removed
BIN
-8.34 KB
bin/classes/com/lylc/widget/circularprogressbar/example/CircularProgressBar.class
Binary file not shown.
Binary file removed
BIN
-1.61 KB
bin/classes/com/lylc/widget/circularprogressbar/example/MainActivity$1.class
Binary file not shown.
Binary file removed
BIN
-1.83 KB
bin/classes/com/lylc/widget/circularprogressbar/example/MainActivity.class
Binary file not shown.
Binary file removed
BIN
-711 Bytes
bin/classes/com/lylc/widget/circularprogressbar/example/R$attr.class
Binary file not shown.
Binary file removed
BIN
-669 Bytes
bin/classes/com/lylc/widget/circularprogressbar/example/R$color.class
Binary file not shown.
Binary file removed
BIN
-536 Bytes
bin/classes/com/lylc/widget/circularprogressbar/example/R$dimen.class
Binary file not shown.
Binary file removed
BIN
-482 Bytes
bin/classes/com/lylc/widget/circularprogressbar/example/R$drawable.class
Binary file not shown.
Binary file removed
BIN
-644 Bytes
bin/classes/com/lylc/widget/circularprogressbar/example/R$id.class
Binary file not shown.
Binary file removed
BIN
-478 Bytes
bin/classes/com/lylc/widget/circularprogressbar/example/R$layout.class
Binary file not shown.
Binary file removed
BIN
-463 Bytes
bin/classes/com/lylc/widget/circularprogressbar/example/R$menu.class
Binary file not shown.
Binary file removed
BIN
-547 Bytes
bin/classes/com/lylc/widget/circularprogressbar/example/R$string.class
Binary file not shown.
Binary file removed
BIN
-665 Bytes
bin/classes/com/lylc/widget/circularprogressbar/example/R$style.class
Binary file not shown.
Binary file removed
BIN
-1.07 KB
bin/classes/com/lylc/widget/circularprogressbar/example/R$styleable.class
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-148 KB
bin/dexedLibs/android-support-v4-af20d359211d95ff945fdbdc9d6824f9.jar
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
buildscript { | ||
repositories { | ||
jcenter() | ||
} | ||
dependencies { | ||
classpath 'com.android.tools.build:gradle:1.1.0' | ||
} | ||
} | ||
|
||
allprojects { | ||
repositories { | ||
jcenter() | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> | ||
<component name="FacetManager"> | ||
<facet type="java-gradle" name="Java-Gradle"> | ||
<configuration> | ||
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" /> | ||
</configuration> | ||
</facet> | ||
</component> | ||
<component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$"> | ||
<excludeFolder url="file://$MODULE_DIR$/.gradle" /> | ||
</content> | ||
<orderEntry type="inheritedJdk" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
</component> | ||
</module> | ||
|
6 changes: 0 additions & 6 deletions
6
gen/com/lylc/widget/circularprogressbar/example/BuildConfig.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.