diff --git a/app/build.gradle b/app/build.gradle index 79c7bf4..9ac0d70 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ version = VERSION_NAME group = GROUP android { - compileSdkVersion 21 - buildToolsVersion '21.1.2' + compileSdkVersion 23 + buildToolsVersion '23.0.3' defaultConfig { versionName project.VERSION_NAME @@ -22,7 +22,7 @@ android { dependencies { compile project(':libraries:layouts') - compile 'com.android.support:recyclerview-v7:23.0.1' + compile 'com.android.support:recyclerview-v7:23.3.0' testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.8.5' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 05e7478..98815f3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ - + diff --git a/libraries/layouts/build.gradle b/libraries/layouts/build.gradle index da019b3..c28907d 100644 --- a/libraries/layouts/build.gradle +++ b/libraries/layouts/build.gradle @@ -8,8 +8,8 @@ version = VERSION_NAME group = GROUP android { - compileSdkVersion 21 - buildToolsVersion '21.1.2' + compileSdkVersion 23 + buildToolsVersion '23.0.3' defaultConfig { versionName project.VERSION_NAME @@ -21,7 +21,7 @@ android { } dependencies { - compile 'com.android.support:recyclerview-v7:23.0.1' + compile 'com.android.support:recyclerview-v7:23.3.0' } -apply from: 'maven_push.gradle' +//apply from: 'maven_push.gradle' diff --git a/libraries/layouts/src/main/AndroidManifest.xml b/libraries/layouts/src/main/AndroidManifest.xml index bd90617..498cf0f 100644 --- a/libraries/layouts/src/main/AndroidManifest.xml +++ b/libraries/layouts/src/main/AndroidManifest.xml @@ -1,4 +1,4 @@ - +