update com.android.tools.build:gradle · Dvik/UltimateAndroid@bd12e6d · GitHub
Skip to content

Commit bd12e6d

Browse files
committed
update com.android.tools.build:gradle
1 parent baec99a commit bd12e6d

14 files changed

Lines changed: 10 additions & 10 deletions

UltimateAndroidGradle/build.gradle

Lines changed: 1 addition & 1 deletion
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

UltimateAndroidGradle/demoofui/src/main/res/layout/cooldrag_drop_item.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
android:layout_alignParentLeft="true"
2626
android:layout_centerVertical="true"
2727
android:padding="5dp"
28-
android:src="@drawable/ic_launcher" />
28+
android:src="@drawable/test" />
2929

3030
<TextView
3131
android:id="@+id/textViewTitle"

UltimateAndroidGradle/demoofui/src/main/res/layout/observable_scroll_view_activity_about.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
android:layout_height="wrap_content"
4545
android:layout_gravity="center"
4646
android:contentDescription="@string/desc_about_app"
47-
android:src="@drawable/ic_launcher" />
47+
android:src="@drawable/test" />
4848

4949
<TextView
5050
android:id="@+id/app_version"

UltimateAndroidGradle/demoofui/src/main/res/layout/recyclerview_playground_view_match_item.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
android:layout_height="wrap_content"
5656
android:layout_column="2"
5757
android:layout_row="0"
58-
android:src="@drawable/ic_launcher"/>
58+
android:src="@drawable/test"/>
5959
<ImageView
6060
android:id="@+id/logo_team_home"
6161
android:layout_width="wrap_content"
6262
android:layout_height="wrap_content"
6363
android:layout_column="2"
6464
android:layout_row="1"
65-
android:src="@drawable/ic_launcher"/>
65+
android:src="@drawable/test"/>
6666

6767
</GridLayout>

UltimateAndroidGradle/demoofui/src/main/res/layout/ripple_drawable_layout_item.xml

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)