Skip to content

Commit 90906e3

Browse files
author
Ian MacDonald
committed
Maybe I need to update this, too?
1 parent 7a89cf4 commit 90906e3

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ build/
2020
local.properties
2121

2222
# Proguard folder generated by Eclipse
23-
proguard/
23+
proguard/
24+
25+
# vim tmpfiles
26+
*.swp

gradle.properties

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ TARGET_SDK_VERSION=23
99
MIN_SDK_VERSION=14
1010

1111
POM_DESCRIPTION=Android texture video view having a variety of scale types
12-
POM_URL=https://github.com/yqritc/Android-ScalableVideoView
13-
POM_SCM_URL[email protected]:yqritc/Android-ScalableVideoView.git
14-
POM_SCM_CONNECTION=scm:[email protected]:yqritc/Android-ScalableVideoView.git
15-
POM_SCM_DEV_CONNECTION=scm:[email protected]:yqritc/Android-ScalableVideoView.git
12+
POM_URL=https://github.com/facetious/Android-ScalableVideoView
13+
POM_SCM_URL[email protected]:facetious/Android-ScalableVideoView.git
14+
POM_SCM_CONNECTION=scm:[email protected]:facetious/Android-ScalableVideoView.git
15+
POM_SCM_DEV_CONNECTION=scm:[email protected]:facetious/Android-ScalableVideoView.git
1616
POM_LICENCE_NAME=The Apache Software License, Version 2.0
1717
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
1818
POM_LICENCE_DIST=repo
19-
POM_DEVELOPER_ID=yqritc
20-
POM_DEVELOPER_NAME=yqritc
21-
POM_DEVELOPER_EMAIL=yqritc@gmail.com
22-
ISSUE_URL=https://github.com/yqritc/Android-ScalableVideoView/issues
19+
POM_DEVELOPER_ID=facetious
20+
POM_DEVELOPER_NAME=facetious
21+
POM_DEVELOPER_EMAIL=ian.macdonald.facetious@gmail.com
22+
ISSUE_URL=https://github.com/facetious/Android-ScalableVideoView/issues

0 commit comments

Comments
 (0)