Skip to content

Commit c964531

Browse files
committed
Lint cleanup
1 parent b07cf22 commit c964531

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

rangeseekbar/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ android {
2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
2424
compile 'com.android.support:support-compat:25.0.1'
25+
compile 'com.android.support:appcompat-v7:25.0.1'
2526

2627
// Robolectric
2728
testCompile 'org.robolectric:robolectric:3.1.4'
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="app_name">RangeSeekBar Demo</string>
43
<string name="demo_min_label">Min</string>
54
<string name="demo_max_label">Max</string>
65
</resources>

0 commit comments

Comments
 (0)