Enable com.termux.window, ref fdroidserver#288

com.termux.window have been updated to set android:extractNativeLibs="true"
in version v0.10, which avoids the problem with the requirement to page align
shared libraries as tracked in fdroidserver#288.
This commit is contained in:
Fredrik Fornwall 2017-05-23 18:34:15 +02:00
parent fc2a7d7421
commit cd672e9bc8

View file

@ -31,20 +31,7 @@ Build:0.9,9
subdir=app
gradle=yes
Maintainer Notes:
Needs to be zipaligned: zipalign -f -p -v 4 com.termux.window_9.apk com.termux.window_9-zipaligned.apk
https://developer.android.com/studio/command-line/zipalign.html:
Caution: You must use zipalign at one of two specific points in the app-building process, depending on which app-signing tool you use:
If you use apksigner, zipalign must only be performed before the APK file has been signed. If you sign your APK using apksigner and make further changes to the APK, its signature is invalidated.
If you use jarsigner, zipalign must only be performed after the APK file has been signed.
Auto Update Mode:Version v%v
.
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.9
Current Version Code:9
Current Version:0.10
Current Version Code:10