Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Jun 7, 2016
1 parent b5dd638 commit e3320e8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
18 changes: 9 additions & 9 deletions Emoji Switcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

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

defaultConfig {
minSdkVersion 19
Expand All @@ -18,16 +18,16 @@ android {
}

dependencies {
compile 'com.google.android.gms:play-services-ads:8.4.0'
compile 'commons-io:commons-io:2.4'
compile 'com.google.android.gms:play-services-ads:9.0.2'
compile 'commons-io:commons-io:2.5'
compile 'com.google.guava:guava:19.0'
compile 'io.reactivex:rxandroid:1.1.0'
compile 'com.trello:rxlifecycle:0.4.0'
compile 'com.trello:rxlifecycle-components:0.4.0'
compile 'io.reactivex:rxandroid:1.2.0'
compile 'com.trello:rxlifecycle:0.6.1'
compile 'com.trello:rxlifecycle-components:0.6.1'
compile files('libs/RootTools-4.2.jar')
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.yqritc:recyclerview-flexibledivider:1.2.6'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:recyclerview-v7:23.4.0'
compile 'com.yqritc:recyclerview-flexibledivider:1.2.9'
compile 'org.solovyev.android.views:linear-layout-manager:0.5@aar'
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'com.mani:thindownloadmanager:1.0.0'
Expand Down
3 changes: 1 addition & 2 deletions Emoji Switcher/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<?xml version="1.0" encoding="utf-8"?>
<resources>

Expand All @@ -9,7 +8,7 @@
<string name="refresh">Ricarica</string>
<string name="try_again">Riprova</string>
<string name="check_root">Controllo root</string>
<string name="root_problem">C'è stato un problema ottenere l'accesso come root.vv\n\nRoot access is given after you "root" your device, which lets apps do advanced things like modify system files.
<string name="root_problem">C\'è stato un problema ottenere l\'accesso come root.vv\n\nRoot access is given after you "root" your device, which lets apps do advanced things like modify system files.
It\'s a different process for each device.\n\nDoes this app have root permissions?</string>
<string name="are_you_rooted">Hai i permessi di root?</string>
<string name="failed_to_get_root">Impossibile ottenere root!</string>
Expand Down
2 changes: 1 addition & 1 deletion Emoji Switcher/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="emoji_switcher" translatable="false >Emoji Switcher</string>
<string name="emoji_switcher" translatable="false">Emoji Switcher</string>
<string name="action_settings">Settings</string>
<string name="current_emojis_detected">Current emojis detected:</string>
<string name="unknown">Unknown</string>
Expand Down
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

apply plugin: 'com.github.ben-manes.versions'

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3'
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.12.0'
}
}

Expand Down

0 comments on commit e3320e8

Please sign in to comment.