update gradle/libs and use Perference.Editor.apply() instead of commit()

This commit is contained in:
Christian Schabesberger 2015-11-26 19:36:14 +01:00
parent e41c46c075
commit 71bb59dbb8
4 changed files with 6 additions and 6 deletions

View file

@ -21,9 +21,9 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:support-v4:23.1.0'
compile 'com.android.support:design:23.1.0'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'org.jsoup:jsoup:1.8.3'
compile 'org.mozilla:rhino:1.7.7'
}