Skip to content

Commit

Permalink
Bump minSdk to 4 to avoid implied permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMackenzie committed Dec 2, 2015
1 parent ce0b877 commit 076fdf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions AndroidMarketManagerLib/build.gradle
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 21
buildToolsVersion "22.0.1"
compileSdkVersion 22
buildToolsVersion "23.0.2"

defaultConfig {
minSdkVersion 3
targetSdkVersion 3
minSdkVersion 4
targetSdkVersion 4
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions AndroidMarketManagerLib/src/main/AndroidManifest.xml
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.simplifynowsoftware.androidmarketmanager"
android:versionCode="1"
android:versionName="1.0.0" >
android:versionName="1.0.1" >

<uses-sdk android:minSdkVersion="3" />
<uses-sdk android:minSdkVersion="4" />

</manifest>

0 comments on commit 076fdf2

Please sign in to comment.