Skip to content

Commit

Permalink
update build.gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugeterry committed Jul 30, 2017
1 parent 30a728e commit c0f9d15
Show file tree
Hide file tree
Showing 1,176 changed files with 23,920 additions and 40,979 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.0.0"
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' }
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.test.espresso;

public final class R {
public static final class string {
public static final int app_name = 0x7f060021;
}
public static final class string {
public static final int app_name = 0x7f060021;
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.test.rule;

public final class R {
public static final class string {
public static final int app_name = 0x7f060021;
}
public static final class string {
public static final int app_name = 0x7f060021;
}
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.transition;

public final class R {
public static final class id {
public static final int transition_current_scene = 0x7f0c000b;
public static final int transition_scene_layoutid_cache = 0x7f0c000c;
}
public static final class id {
public static final int transition_current_scene = 0x7f0c000b;
public static final int transition_scene_layoutid_cache = 0x7f0c000c;
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.recyclerview;

public final class R {
public static final class attr {
public static final int layoutManager = 0x7f0100e9;
public static final int reverseLayout = 0x7f0100eb;
public static final int spanCount = 0x7f0100ea;
public static final int stackFromEnd = 0x7f0100ec;
}
public static final class dimen {
public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f07007d;
public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f07007e;
public static final int item_touch_helper_swipe_escape_velocity = 0x7f07007f;
}
public static final class id {
public static final int item_touch_helper_previous_elevation = 0x7f0c0005;
}
public static final class styleable {
public static final int[] RecyclerView = { 0x010100c4, 0x010100f1, 0x7f0100e9, 0x7f0100ea, 0x7f0100eb, 0x7f0100ec };
public static final int RecyclerView_android_descendantFocusability = 1;
public static final int RecyclerView_android_orientation = 0;
public static final int RecyclerView_layoutManager = 2;
public static final int RecyclerView_reverseLayout = 4;
public static final int RecyclerView_spanCount = 3;
public static final int RecyclerView_stackFromEnd = 5;
}
public static final class attr {
public static final int layoutManager = 0x7f0100e9;
public static final int reverseLayout = 0x7f0100eb;
public static final int spanCount = 0x7f0100ea;
public static final int stackFromEnd = 0x7f0100ec;
}
public static final class dimen {
public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f07007d;
public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f07007e;
public static final int item_touch_helper_swipe_escape_velocity = 0x7f07007f;
}
public static final class id {
public static final int item_touch_helper_previous_elevation = 0x7f0c0005;
}
public static final class styleable {
public static final int[] RecyclerView = { 0x010100c4, 0x010100f1, 0x7f0100e9, 0x7f0100ea, 0x7f0100eb, 0x7f0100ec };
public static final int RecyclerView_android_descendantFocusability = 1;
public static final int RecyclerView_android_orientation = 0;
public static final int RecyclerView_layoutManager = 2;
public static final int RecyclerView_reverseLayout = 4;
public static final int RecyclerView_spanCount = 3;
public static final int RecyclerView_stackFromEnd = 5;
}
}
Loading

0 comments on commit c0f9d15

Please sign in to comment.