kopia lustrzana https://github.com/ryukoposting/Signal-Android
Use minSdkVersion 9
'Array.copyOfRange' depends on API level 9 // FREEBIEfork-5.53.8
rodzic
6cdd2aff0d
commit
a0dd1689da
|
@ -5,7 +5,7 @@
|
||||||
android:versionCode="62"
|
android:versionCode="62"
|
||||||
android:versionName="1.0.6">
|
android:versionName="1.0.6">
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19"/>
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19"/>
|
||||||
|
|
||||||
<permission android:name="org.thoughtcrime.securesms.ACCESS_SECRETS"
|
<permission android:name="org.thoughtcrime.securesms.ACCESS_SECRETS"
|
||||||
android:label="Access to TextSecure Secrets"
|
android:label="Access to TextSecure Secrets"
|
||||||
|
|
|
@ -32,7 +32,7 @@ android {
|
||||||
buildToolsVersion '19.0.0'
|
buildToolsVersion '19.0.0'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 8
|
minSdkVersion 9
|
||||||
targetSdkVersion 19
|
targetSdkVersion 19
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue