Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 687a662

Browse files
committed
Update build-tools 24.0.3, fix lint errors
1 parent c24d186 commit 687a662

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android:
55
components:
66
- platform-tools
77
- tools
8-
- build-tools-24.0.2
8+
- build-tools-24.0.3
99
- android-24
1010
- extra-google-google_play_services
1111
- extra-android-m2repository

‎app/build.gradle‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'me.tatarka.retrolambda'
33

44
android {
55
compileSdkVersion 24
6-
buildToolsVersion "24.0.2"
6+
buildToolsVersion "24.0.3"
77
defaultConfig {
88
applicationId "agency.tango.databindingrxjava"
99
minSdkVersion 9
@@ -28,6 +28,10 @@ android {
2828
sourceCompatibility JavaVersion.VERSION_1_8
2929
targetCompatibility JavaVersion.VERSION_1_8
3030
}
31+
32+
lintOptions {
33+
disable 'GoogleAppIndexingWarning','TypographyQuotes'
34+
}
3135
}
3236

3337
dependencies {

‎app/src/main/AndroidManifest.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package="agency.tango.databindingrxjava">
44

55
<application
6-
android:allowBackup="true"
6+
android:allowBackup="false"
77
android:icon="@mipmap/ic_launcher"
88
android:label="@string/txt_app_name"
99
android:supportsRtl="true"

‎app/src/main/res/values/dimens.xml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
<!-- Default screen margins, per the Android Design guidelines. -->
33
<dimen name="activity_horizontal_margin">16dp</dimen>
44
<dimen name="activity_vertical_margin">16dp</dimen>
5-
<dimen name="fab_margin">16dp</dimen>
65
</resources>

‎app/src/main/res/values/strings.xml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<resources>
22
<string name="txt_app_name">Android Data Binding &amp; RxJava</string>
3-
<string name="menu_action_settings">Settings</string>
43
<string name="btn_hello">Say Hello</string>
54
<string name="hint_firstname">First Name</string>
65
<string name="hint_lastname">Lastname</string>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /