File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
textoverlay-activity-example
textoverlay-lifecycle-example Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-TextOverlay-brightgreen.svg?style=flat )] ( http://android-arsenal.com/details/1/3883 )
4
4
[ ![ License] ( http://img.shields.io/:license-apache-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0.html )
5
5
[ ![ Build Status] ( https://travis-ci.org/saschpe/android-textoverlay.svg?branch=master )] ( https://travis-ci.org/saschpe/android-textoverlay )
6
- <a href =" http://www.methodscount.com/?lib=saschpe.android%3Atextoverlay%3A1.1.0 " ><img src =" https://img.shields.io/badge/Methods and size-core: 61 | deps: 12880 | 8 KB-e91e63.svg " /></a >
6
+ <a href =" http://www.methodscount.com/?lib=saschpe.android%3Atextoverlay%3A1.1.1 " ><img src =" https://img.shields.io/badge/Methods and size-core: 61 | deps: 12880 | 8 KB-e91e63.svg " /></a >
7
7
8
8
This library provides a simple service that allows to display arbitrary text as a
9
9
system-window overlay.
@@ -74,7 +74,7 @@ Check out the provided example applications for different ways to use this libra
74
74
75
75
# Download
76
76
``` groovy
77
- compile 'saschpe.android:textoverlay:1.1.0 '
77
+ compile 'saschpe.android:textoverlay:1.1.1 '
78
78
```
79
79
80
80
Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android {
24
24
applicationId ' com.example.textoverlay.two'
25
25
minSdkVersion 14
26
26
targetSdkVersion 26
27
- versionCode 140110
28
- versionName ' 1.1.0 '
27
+ versionCode 140111
28
+ versionName ' 1.1.1 '
29
29
}
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android {
24
24
applicationId ' com.example.textoverlay.one'
25
25
minSdkVersion 14
26
26
targetSdkVersion 26
27
- versionCode 140110
28
- versionName ' 1.1.0 '
27
+ versionCode 140111
28
+ versionName ' 1.1.1 '
29
29
}
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
37
37
defaultConfig {
38
38
minSdkVersion 14
39
39
targetSdkVersion 26
40
- versionName ' 1.1.0 '
40
+ versionName ' 1.1.1 '
41
41
}
42
42
43
43
buildTypes {
You can’t perform that action at this time.
0 commit comments