Update "Memory" to 2.0.2 (19)
This commit is contained in:
parent
9e3ec44142
commit
a3f9072546
|
@ -1,8 +1,8 @@
|
||||||
Categories:Games
|
Categories:Games,Children
|
||||||
License:GPLv3+
|
License:GPLv3+
|
||||||
Web Site:http://androidsoft.org
|
Web Site:http://androidsoft.org
|
||||||
Source Code:https://code.google.com/p/androidsoft/source
|
Source Code:https://github.com/androidsoft-org/androidsoft-tuxmemory
|
||||||
Issue Tracker:https://code.google.com/p/androidsoft/issues
|
Issue Tracker:https://github.com/androidsoft-org/androidsoft-tuxmemory/issues
|
||||||
|
|
||||||
Auto Name:"Memory"
|
Auto Name:"Memory"
|
||||||
Summary:Memory game for kids
|
Summary:Memory game for kids
|
||||||
|
@ -10,8 +10,10 @@ Description:
|
||||||
A memory game for kids.
|
A memory game for kids.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:srclib
|
#Repo Type:srclib
|
||||||
Repo:AndroidSoft
|
#Repo:AndroidSoft
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/androidsoft-org/androidsoft-memory
|
||||||
|
|
||||||
Build:1.8.0,13
|
Build:1.8.0,13
|
||||||
commit=44
|
commit=44
|
||||||
|
@ -34,13 +36,20 @@ Build:1.9.2,16
|
||||||
rm libs/androidsoft-credits-1.0.0.jar
|
rm libs/androidsoft-credits-1.0.0.jar
|
||||||
target=android-11
|
target=android-11
|
||||||
|
|
||||||
Maintainer Notes:
|
# new repo
|
||||||
No tags, and can't use RepoManifest for update check because it's changed in
|
Build:2.0.2,19
|
||||||
a "next version in progress" fashion.
|
commit=f3dd39e000474df03dfc2efc65a2e98af1e24028
|
||||||
.
|
gradle=yes
|
||||||
|
srclibs=androidsoft-lib-sound@cb139bc12abbc8c7e0203cc669fae9de2e93a2d1,androidsoft-lib-utils@3b08e29969c71f7f599d7db9316d3e7871387ddb,androidsoft-lib-credits@8285334f07c5b2695a047d43d9b4f589cac02edc
|
||||||
|
rm=libs/*,sign.gradle
|
||||||
|
prebuild=cp -fR $$androidsoft-lib-utils$$/src/main/java/org src/main/java/ && \
|
||||||
|
cp -fR $$androidsoft-lib-credits$$/src/main/java/org src/main/java/ && \
|
||||||
|
cp -fR $$androidsoft-lib-sound$$/libs/Sound/src/org src/main/java/ && \
|
||||||
|
sed -i -e '/sign.gradle/d' build.gradle && \
|
||||||
|
sed -i -e 's/package org.androidsoft.games.utils.sound/package org.androidsoft.utils.sound/g' src/main/java/org/androidsoft/games/utils/sound/SoundManager.java
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:None
|
Update Check Mode:RepoManifest
|
||||||
Current Version:1.9.2
|
Current Version:2.0.2
|
||||||
Current Version Code:16
|
Current Version Code:19
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue