Fix openPGP

This commit is contained in:
luvletter2333 2021-12-09 12:58:56 +08:00
parent e8484a26a1
commit b8e0cee4cb
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
2 changed files with 12 additions and 3 deletions

View File

@ -4,6 +4,15 @@
package="org.telegram.messenger"
android:installLocation="auto">
<queries>
<intent>
<action android:name="org.openintents.openpgp.IOpenPgpService2" />
</intent>
<intent>
<action android:name="org.openintents.openpgp.action.*" />
</intent>
</queries>
<uses-sdk tools:overrideLibrary="io.nekohasekai.ss_rust,io.nekohasekai.ssr_libev" />
<supports-screens android:anyDensity="true"

View File

@ -1,17 +1,17 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 30
compileSdkVersion 31
defaultConfig {
versionCode 9
versionName '13.0' // API-Version . minor
minSdkVersion 9
targetSdkVersion 28
targetSdkVersion 31
}
lintOptions {
abortOnError false
}
buildToolsVersion '30.0.3'
buildToolsVersion '31.0.0'
}