Skip to content

Commit 907cf86

Browse files
committed
Bump to version 1.1.1 (examples version code 140111)
1 parent 13eae9f commit 907cf86

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-TextOverlay-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/3883)
44
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
55
[![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>
77

88
This library provides a simple service that allows to display arbitrary text as a
99
system-window overlay.
@@ -74,7 +74,7 @@ Check out the provided example applications for different ways to use this libra
7474

7575
# Download
7676
```groovy
77-
compile 'saschpe.android:textoverlay:1.1.0'
77+
compile 'saschpe.android:textoverlay:1.1.1'
7878
```
7979

8080
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

textoverlay-activity-example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId 'com.example.textoverlay.two'
2525
minSdkVersion 14
2626
targetSdkVersion 26
27-
versionCode 140110
28-
versionName '1.1.0'
27+
versionCode 140111
28+
versionName '1.1.1'
2929
}
3030
}
3131

textoverlay-lifecycle-example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId 'com.example.textoverlay.one'
2525
minSdkVersion 14
2626
targetSdkVersion 26
27-
versionCode 140110
28-
versionName '1.1.0'
27+
versionCode 140111
28+
versionName '1.1.1'
2929
}
3030
}
3131

textoverlay/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
defaultConfig {
3838
minSdkVersion 14
3939
targetSdkVersion 26
40-
versionName '1.1.0'
40+
versionName '1.1.1'
4141
}
4242

4343
buildTypes {

0 commit comments

Comments
 (0)