8000 0.9.4 release · crankycoder/fxa-android@a30ac3b · GitHub
[go: up one dir, main page]

Skip to content

Commit a30ac3b

Browse files
committed
0.9.4 release
1 parent abce710 commit a30ac3b

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

android/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
}
5151

5252
defaultConfig {
53-
minSdkVersion 10
53+
minSdkVersion 18
5454
targetSdkVersion 18
5555

5656
applicationId "org.mozilla.firefoxaccounts"
@@ -85,12 +85,12 @@ androidUnitTest {
8585

8686
dependencies {
8787
// 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')
9090

9191
// 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'
9494

9595
// https://developer.android.com/tools/support-library/features.html
9696
// In general, we recommend including the v4 support and v7 appcompat

android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.mozilla.firefoxaccounts">
44

5-
<uses-sdk android:minSdkVersion="4" />
65
<supports-screens
76
android:anyDensity="true"
87
android:smallScreens="true"

libraries/fxa/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ android {
5151
}
5252

5353
defaultConfig {
54-
minSdkVersion 18
55-
targetSdkVersion 19
54+
minSdkVersion 10
55+
targetSdkVersion 18
5656
}
5757

5858
lintOptions {

0 commit comments

Comments
 (0)
0