Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
myinnos committed Aug 1, 2019
1 parent 148e9ae commit 0808c2b
Show file tree
Hide file tree
Showing 16 changed files with 85 additions and 56 deletions.
Binary file added .gradle/5.1.1/fileContent/fileContent.lock
Binary file not shown.
Binary file added .gradle/5.1.1/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file added .gradle/5.1.1/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file added .gradle/5.1.1/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file added .gradle/5.1.1/javaCompile/javaCompile.lock
Binary file not shown.
Binary file added .gradle/5.1.1/javaCompile/taskHistory.bin
Binary file not shown.
Binary file added .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 2 additions & 0 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Thu Aug 01 10:23:31 IST 2019
gradle.version=5.1.1
Binary file added .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Empty file added .gradle/vcs-1/gc.properties
Empty file.
Binary file added .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file added .idea/caches/gradle_models.ser
Binary file not shown.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions AppIconNameChanger.iml
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.id="AppIconNameChanger" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" 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" />
<option name="BUILDABLE" value="false" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" 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>
106 changes: 55 additions & 51 deletions library/library.iml

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions local.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## This file is automatically generated by Android Studio.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file should *NOT* be checked into Version Control Systems,
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
sdk.dir=C\:\\Users\\10\\AppData\\Local\\Android\\Sdk
#Thu Aug 01 10:19:13 IST 2019
sdk.dir=/Users/mac/Library/Android/sdk

0 comments on commit 0808c2b

Please sign in to comment.