Skip to content

Commit 3950ea3

Browse files
committed
Revert to sdkversion 22
Temporary fix for #17. I don't like this fix, but it'll allow us to move forward for the time being.
1 parent 627236a commit 3950ea3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ android {
77
defaultConfig {
88
applicationId "com.ihwapp.android"
99
minSdkVersion 15
10-
targetSdkVersion 23
10+
targetSdkVersion 22
1111
versionCode 11
12-
versionName "1.2.0"
12+
versionName "1.2.1"
1313
}
1414
}
1515

1616
dependencies {
1717
compile fileTree(dir: 'libs', include: ['*.jar'])
18-
compile 'com.android.support:support-v4:23.0.0'
19-
compile 'com.android.support:appcompat-v7:23.0.0'
18+
compile 'com.android.support:support-v4:22.1.0'
19+
compile 'com.android.support:appcompat-v7:22.1.0'
2020
compile files('libs/jsoup-1.7.2.jar')
2121
}

0 commit comments

Comments
 (0)