File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ android {
50
50
}
51
51
52
52
defaultConfig {
53
- minSdkVersion 10
53
+ minSdkVersion 18
54
54
targetSdkVersion 18
55
55
56
56
applicationId " org.mozilla.firefoxaccounts"
@@ -85,12 +85,12 @@ androidUnitTest {
85
85
86
86
dependencies {
87
87
// Uncomment these for dev work
88
- compile project(' :libraries:fxa' )
89
- testCompile project(' :libraries:fxa' )
88
+ // compile project(':libraries:fxa')
89
+ // testCompile project(':libraries:fxa')
90
90
91
91
// Uncomment this for release builds
92
- // compile 'org.mozilla.accounts.fxa:fxa:0.9.2 '
93
- // testCompile 'org.mozilla.accounts.fxa:fxa:0.9.2 '
92
+ compile ' org.mozilla.accounts.fxa:fxa:0.9.4 '
93
+ testCompile ' org.mozilla.accounts.fxa:fxa:0.9.4 '
94
94
95
95
// https://developer.android.com/tools/support-library/features.html
96
96
// In general, we recommend including the v4 support and v7 appcompat
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" org.mozilla.firefoxaccounts" >
4
4
5
- <uses-sdk android : minSdkVersion =" 4" />
6
5
<supports-screens
7
6
android:anyDensity=" true"
8
7
android:smallScreens=" true"
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ android {
51
51
}
52
52
53
53
defaultConfig {
54
- minSdkVersion 18
55
- targetSdkVersion 19
54
+ minSdkVersion 10
55
+ targetSdkVersion 18
56
56
}
57
57
58
58
lintOptions {
You can’t perform that action at this time.
0 commit comments