Skip to content

Commit 5c4d859

Browse files
committed
Update 1.0.1
1 parent 1702a96 commit 5c4d859

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: "com.jfrog.bintray"
44

5-
version = "1.0.0"
5+
version = "1.0.1"
66

77
android {
88
compileSdkVersion 21
@@ -12,7 +12,7 @@ android {
1212
minSdkVersion 11
1313
targetSdkVersion 21
1414
versionCode 1
15-
versionName "1.0.0"
15+
versionName "1.0.1"
1616
}
1717
buildTypes {
1818
release {

library/library.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.gigamole.tintlayout" external.system.module.version="1.0.0" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.gigamole.tintlayout" external.system.module.version="1.0.1" type="JAVA_MODULE" version="4">
33
<component name="FacetManager">
44
<facet type="android-gradle" name="Android-Gradle">
55
<configuration>

0 commit comments

Comments
 (0)