Skip to content

Commit

Permalink
Use minSdkVersion 9
Browse files Browse the repository at this point in the history
'Array.copyOfRange' depends on API level 9

// FREEBIE
  • Loading branch information
meskio committed Jan 11, 2014
1 parent 6cdd2af commit a0dd168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
buildToolsVersion '19.0.0'

defaultConfig {
minSdkVersion 8
minSdkVersion 9
targetSdkVersion 19
}

Expand Down

0 comments on commit a0dd168

Please sign in to comment.