Skip to content

Commit e5fac4c

Browse files
committed
Add Binary via ProtoBuf support.
1 parent 9da3a37 commit e5fac4c

File tree

11 files changed

+13353
-46
lines changed

11 files changed

+13353
-46
lines changed

app/src/main/assets/EmptyState.svga

66.5 KB
Binary file not shown.
34.5 KB
Binary file not shown.

app/src/main/assets/angel.svga

299 KB
Binary file not shown.

app/src/main/res/layout/activity_simple.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
android:layout_height="match_parent"
1111
android:layout_width="match_parent"
1212
android:scaleType="fitCenter"
13-
app:source="posche.svga"
13+
app:source="angel.svga"
1414
app:antiAlias="true"/>
1515

1616
</RelativeLayout>

library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies {
3232
compile fileTree(include: ['*.jar'], dir: 'libs')
3333
compile 'com.android.support:appcompat-v7:25.3.1'
3434
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
35+
compile 'com.google.protobuf:protobuf-java:3.4.0'
3536
}
3637
repositories {
3738
mavenCentral()

0 commit comments

Comments
 (0)