Skip to content

Commit 22b89c9

Browse files
committed
Switch to minSdkVersion 11 and remove unnecessary appcompat in android client
1 parent edd6e81 commit 22b89c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AndroidClient/android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
buildToolsVersion "23.0.2"
1010

1111
defaultConfig {
12-
minSdkVersion 15
12+
minSdkVersion 11
1313
targetSdkVersion 23
1414
versionCode 1
1515
versionName version
@@ -92,7 +92,6 @@ install {
9292

9393
dependencies {
9494
compile 'com.google.code.gson:gson:2.4'
95-
compile 'com.android.support:appcompat-v7:23.1.1'
9695
compile fileTree(include: '*.jar', dir: 'libs')
9796
testCompile 'junit:junit:4.11'
9897
testCompile 'org.mockito:mockito-core:1.9.5'

0 commit comments

Comments
 (0)