Skip to content
This repository was archived by the owner on Dec 17, 2020. It is now read-only.

Commit 91c22e8

Browse files
author
Rolf Smit
committed
Repository has been moved to NeoTech-Software.
1 parent 8eb3023 commit 91c22e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ ext {
1818
libraryDescription = 'Android-Retainable-Tasks is an easy to use mini-library for easy asynchronous background tasking with callback support to the UI. This library is based on the Android AsyncTask implementation but with support for retaining tasks and therefore surviving configuration changes (orientation).'
1919
libraryVersion = '0.1.0'
2020

21-
siteUrl = 'https://github.com/Rolf-Smit/Android-Retainable-Tasks'
22-
gitUrl = 'https://github.com/Rolf-Smit/Android-Retainable-Tasks.git'
21+
siteUrl = 'https://github.com/NeoTech-Software/Android-Retainable-Tasks'
22+
gitUrl = 'https://github.com/NeoTech-Software/Android-Retainable-Tasks.git'
2323

2424
developerId = 'rolf-smit'
2525
developerName = 'Rolf Smit'
26-
developerEmail = 'rolf@neotechsoftware.com'
26+
developerEmail = 'contact@neotechsoftware.com'
2727

2828
licenseName = 'The Apache Software License, Version 2.0'
2929
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'

0 commit comments

Comments
 (0)