mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Android Now targets SDK version 24 in preparation for 7.0 release
This commit is contained in:
parent
cbe5b2263d
commit
5bb1dfc602
@ -4,6 +4,7 @@ NEW: Open new tab in background - settings option
|
|||||||
NEW: Kiwix search home screen widget
|
NEW: Kiwix search home screen widget
|
||||||
NEW: Download manager
|
NEW: Download manager
|
||||||
NEW: Improved ZIM management
|
NEW: Improved ZIM management
|
||||||
|
NEW: Build against newer version of Android NDK/SDK
|
||||||
FIXED: Opening problem with ZIM filenames with special characters
|
FIXED: Opening problem with ZIM filenames with special characters
|
||||||
FIXED: Useless "w820dp" language
|
FIXED: Useless "w820dp" language
|
||||||
FIXED: Failing he, id, yi locales
|
FIXED: Failing he, id, yi locales
|
||||||
|
12
build.gradle
12
build.gradle
@ -21,9 +21,9 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:23.3.0'
|
compile 'com.android.support:appcompat-v7:24.1.0'
|
||||||
compile 'com.android.support:support-v4:23.3.0'
|
compile 'com.android.support:support-v4:24.1.0'
|
||||||
compile 'com.android.support:design:23.3.0'
|
compile 'com.android.support:design:24.1.0'
|
||||||
|
|
||||||
compile 'com.yahoo.squidb:squidb:2.0.0'
|
compile 'com.yahoo.squidb:squidb:2.0.0'
|
||||||
compile 'com.yahoo.squidb:squidb-annotations:2.0.0'
|
compile 'com.yahoo.squidb:squidb-annotations:2.0.0'
|
||||||
@ -52,12 +52,12 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 23
|
compileSdkVersion 24
|
||||||
buildToolsVersion "23.0.3"
|
buildToolsVersion "24.0.1"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 24
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
@ -9,5 +9,7 @@
|
|||||||
<dimen name="widget_margin">0dp</dimen>
|
<dimen name="widget_margin">0dp</dimen>
|
||||||
<dimen name="fab_margin">16dp</dimen>
|
<dimen name="fab_margin">16dp</dimen>
|
||||||
<dimen name="appbar_padding_top">8dp</dimen>
|
<dimen name="appbar_padding_top">8dp</dimen>
|
||||||
|
<dimen name="abc_search_view_text_min_width">160dip</dimen>
|
||||||
|
<dimen name="abc_dropdownitem_text_padding_left">8dip</dimen>
|
||||||
|
<dimen name="abc_dropdownitem_text_padding_right">8dip</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user