We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd6e81 commit 22b89c9Copy full SHA for 22b89c9
src/AndroidClient/android/build.gradle
@@ -9,7 +9,7 @@ android {
9
buildToolsVersion "23.0.2"
10
11
defaultConfig {
12
- minSdkVersion 15
+ minSdkVersion 11
13
targetSdkVersion 23
14
versionCode 1
15
versionName version
@@ -92,7 +92,6 @@ install {
92
93
dependencies {
94
compile 'com.google.code.gson:gson:2.4'
95
- compile 'com.android.support:appcompat-v7:23.1.1'
96
compile fileTree(include: '*.jar', dir: 'libs')
97
testCompile 'junit:junit:4.11'
98
testCompile 'org.mockito:mockito-core:1.9.5'
0 commit comments