Skip to content

Commit

Permalink
update deps, fix bug with new version of the deps & translations & ne…
Browse files Browse the repository at this point in the history
…w version
  • Loading branch information
tcitworld committed Apr 15, 2016
1 parent 9c4e979 commit f046910
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
buildToolsVersion '23.0.3'

defaultConfig {
applicationId "fr.gaulupeau.apps.InThePoche"
minSdkVersion 8
targetSdkVersion 23
versionCode 22
versionName "1.9.9.1"
versionCode 23
versionName "1.9.9.2"
}

lintOptions {
Expand All @@ -34,10 +34,10 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
compile 'de.greenrobot:greendao:2.0.0'
compile 'com.squareup.okhttp:okhttp:2.7.0'
compile 'com.facebook.stetho:stetho:1.2.0'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/list_item.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="10dp"
android:background="?attr/selectableItemBackground">
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ GAULUPEAU Jonathan — 2013
<string name="themeName_dark_contrast">Sombre (contraste élevé)</string>
<string name="themeName_light">Clair</string>
<string name="themeName_light_contrast">Clair (contraste élevé)</string>
<string name="themeName_solarized">Solarisé</string>
<string name="menu_readArticle_decreaseFontSize">Diminuer la taille de la police</string>
<string name="menu_readArticle_increaseFontSize">Augmenter la taille de la police</string>
<string name="menu_readArticle_switchFontFamily">Famille de police (sans/avec serif)</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ GAULUPEAU Jonathan — 2013-2015
<string name="themeName_light_contrast">Светлая (контрастная)</string>
<string name="themeName_dark">Тёмная</string>
<string name="themeName_dark_contrast">Тёмная (контрастная)</string>
<string name="themeName_solarized">соляризации</string>
<string name="settings_ui_fontSize">Размер шрифта статей (%)</string>
<string name="settings_ui_serif">Шрифт с засечками для статей</string>
<string name="menu_readArticle_increaseFontSize">Увеличить размер шрифта</string>
Expand Down

0 comments on commit f046910

Please sign in to comment.