Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decrease minimum sdk requirements to API 8 #9

Merged
merged 1 commit into from
Jul 6, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gradle: set minimum sdk to 8
  * There is no need to set the minimum sdk version to 15.
    Allow to use it on older apis as well

  * Hawk depends on API 8, so set the minimum sdk to 8 as well.
    Paper will build with an even lower sdk as well, just the tests
    will fail to build and API 8 is a reasonable number as it covers
    99% of the target audience.

Change-Id: I0365859041743ce078af4f02c29c86c55a64b403
Signed-off-by: Alexander Martinz <eviscerationls@gmail.com>
amartinz committed Jul 6, 2015
commit 2b3ec9d80ef197a3b316d9f5dfa30e6826679268
4 changes: 2 additions & 2 deletions paperdb/build.gradle
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ android {
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 15
minSdkVersion 8
targetSdkVersion 21
versionCode 1
versionName "1.0"
@@ -37,4 +37,4 @@ dependencies {
androidTestCompile 'com.squareup.assertj:assertj-android:1.0.0'
}

apply from: '../publish.gradle'
apply from: '../publish.gradle'