Add khan academy viewer, still can't build
This commit is contained in:
parent
9598961e77
commit
d425723024
39
metadata/com.concentricsky.android.khan.txt
Normal file
39
metadata/com.concentricsky.android.khan.txt
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
Category:Internet;Science & Education
|
||||||
|
License:GPLv3
|
||||||
|
Web Site:https://github.com/concentricsky/android-viewer-for-khan-academy
|
||||||
|
Source Code:https://github.com/concentricsky/android-viewer-for-khan-academy
|
||||||
|
Issue Tracker:https://github.com/concentricsky/android-viewer-for-khan-academy/issues
|
||||||
|
|
||||||
|
Name:Khan Academy viewer
|
||||||
|
Auto Name:Viewer for Khan Academy
|
||||||
|
Summary:Watch videos and lectures
|
||||||
|
Description:
|
||||||
|
View [http://khanacademy.org Khan Academy]'s library of over 4,000 educational
|
||||||
|
videos. Topics covered include: general science, biology, chemistry, physics,
|
||||||
|
math, finance, history, the humanities, and more.
|
||||||
|
|
||||||
|
Khan Academy's library of videos is available free of charge. Teachers,
|
||||||
|
students, scientists - people form all walks of life - will find Khan
|
||||||
|
Academy's materials immensely valuable and engaging.
|
||||||
|
|
||||||
|
You can take individual videos, or entire topics offline to watch when you
|
||||||
|
don't have a network connection. Follow along, skip ahead, or go back by
|
||||||
|
navigating subtitles, and connect with your Khan Academy user account to track
|
||||||
|
your work and earn achievements.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/concentricsky/android-viewer-for-khan-academy.git
|
||||||
|
|
||||||
|
Build:1.2.2,14
|
||||||
|
disable=can't find support-v4
|
||||||
|
commit=13566d739dc674
|
||||||
|
patch=pom_14.patch
|
||||||
|
prebuild=cp oauth_credentials.json.sample res/raw/oauth_credentials.json
|
||||||
|
maven=yes
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:RepoManifest
|
||||||
|
Current Version:1.2.2
|
||||||
|
Current Version Code:14
|
||||||
|
|
48
metadata/com.concentricsky.android.khan/pom_14.patch
Normal file
48
metadata/com.concentricsky.android.khan/pom_14.patch
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
diff --git a/pom.xml b/pom.xml
|
||||||
|
index b762225..873eff9 100644
|
||||||
|
--- a/pom.xml
|
||||||
|
+++ b/pom.xml
|
||||||
|
@@ -7,17 +7,6 @@
|
||||||
|
<packaging>apk</packaging>
|
||||||
|
<name>Viewer for Khan Academy</name>
|
||||||
|
|
||||||
|
- <repositories>
|
||||||
|
- <repository>
|
||||||
|
- <id>codehaus-snapshots</id>
|
||||||
|
- <url>http://snapshots.repository.codehaus.org</url>
|
||||||
|
- </repository>
|
||||||
|
- <repository>
|
||||||
|
- <id>springsource-repo</id>
|
||||||
|
- <name>SpringSource Repository</name>
|
||||||
|
- <url>http://repo.springsource.org/release</url>
|
||||||
|
- </repository>
|
||||||
|
- </repositories>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
@@ -27,15 +16,10 @@
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
- <groupId>android.support</groupId>
|
||||||
|
- <artifactId>compatibility-v4</artifactId>
|
||||||
|
- <version>11</version>
|
||||||
|
- </dependency>
|
||||||
|
- <!-- <dependency>
|
||||||
|
<groupId>com.google.android</groupId>
|
||||||
|
<artifactId>support-v4</artifactId>
|
||||||
|
<version>r11</version>
|
||||||
|
- </dependency> -->
|
||||||
|
+ </dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
<artifactId>jackson-core</artifactId>
|
||||||
|
@@ -132,7 +116,7 @@
|
||||||
|
<plugin>
|
||||||
|
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
|
||||||
|
<artifactId>android-maven-plugin</artifactId>
|
||||||
|
- <version>3.3.2</version>
|
||||||
|
+ <version>3.6.1</version>
|
||||||
|
|
||||||
|
<extensions>true</extensions>
|
||||||
|
</plugin>
|
Loading…
Reference in a new issue