Skip to content
This repository was archived by the owner on Dec 17, 2020. It is now read-only.

Commit 1c9491b

Browse files
committed
Temporary fix for minSdkVersion 8
This library should eventually drop support for API 8.
1 parent 7b3ae2b commit 1c9491b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
compile fileTree(dir: 'libs', include: ['*.jar'])
6262
testCompile 'junit:junit:4.12'
6363
compile 'com.android.support:appcompat-v7:24.2.1'
64-
javadocCompile 'com.android.support:appcompat-v7: 24.2.1'
64+
javadocCompile 'com.android.support:appcompat-v7:24.2.1'
6565
}
6666

6767
apply from: 'publish-library.gradle'

library/src/main/AndroidManifest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
<manifest package="org.neotech.library.retainabletasks">
1+
<manifest package="org.neotech.library.retainabletasks"
2+
xmlns:tools="http://schemas.android.com/tools">
3+
4+
<uses-sdk tools:overrideLibrary="android.support.v7.appcompat" />
25
</manifest>

0 commit comments

Comments
 (0)