Skip to content

Commit 3c9a111

Browse files
committed
fixing #50
1 parent 327f049 commit 3c9a111

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
compile 'com.android.support:appcompat-v7:27.0.1'
2828
compile 'com.android.support.constraint:constraint-layout:1.0.2'
2929
compile 'com.android.support:design:27.0.1'
30-
// compile 'com.github.HITGIF:TextFieldBoxes:1.3.6'
30+
// compile 'com.github.HITGIF:TextFieldBoxes:1.3.8'
3131
compile project(':textfieldboxes')
3232
testCompile 'junit:junit:4.12'
3333
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<resources>
22
<string name="app_name">TextFieldBoxes</string>
33
<string name="icon">icon</string>
4-
<string name="counter_label_text_constructor">%s%s%s%s</string>
4+
<string name="counter_label_text_constructor" formatted="false">%s%s%s%s</string>
55
</resources>

0 commit comments

Comments
 (0)