mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-12 08:37:43 +00:00
Use minSdkVersion 9
'Array.copyOfRange' depends on API level 9 // FREEBIE
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
android:versionCode="62"
|
||||
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"
|
||||
android:label="Access to TextSecure Secrets"
|
||||
|
@@ -32,7 +32,7 @@ android {
|
||||
buildToolsVersion '19.0.0'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 19
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user