Skip to content

Commit c968ec3

Browse files
authored
Merge pull request #2 from android-dataticket/patch-1
Update README.md
2 parents 144ae48 + c212dcc commit c968ec3

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@ Make sure to add to your gradle:
1414

1515

1616
dependencies {
17-
compile 'com.github.buradd:TimeoutSensor:1.6'
17+
compile 'com.github.buradd:TimeoutSensor:1.7'
1818
}
1919

20-
To use, you must be using AppCompat - and replace each Activity extention with TimeoutCompatActivity:
20+
To use, you must extend all of your activities with TimeoutActivity (or TimeoutCompatActivity if you use AppCompat):
21+
22+
public class MainActivity extends TimeoutActivity {
23+
24+
}
25+
26+
//OR IF YOU USE APPCOMPAT,
2127

2228
public class MainActivity extends TimeoutCompatActivity {
2329

0 commit comments

Comments
 (0)