Skip to content

Commit

Permalink
Add android arch component.
Browse files Browse the repository at this point in the history
  • Loading branch information
liamyu committed Jun 28, 2017
1 parent 5a600e5 commit 4dc9907
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .idea/dictionaries/Liam.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ dependencies {
implementation 'com.android.support:appcompat-v7:26.0.0-beta2'
testImplementation 'junit:junit:4.12'
implementation 'com.google.android.gms:play-services-ads:11.0.1'
compile "android.arch.lifecycle:runtime:1.0.0-alpha3"
compile "android.arch.lifecycle:extensions:1.0.0-alpha3"
annotationProcessor "android.arch.lifecycle:compiler:1.0.0-alpha3"
}
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.liam.lighttower.light_tower.MainActivity">
tools:context="com.liam.lighttower.MainActivity">

<TextView
android:text="@string/hello_world"
Expand Down

0 comments on commit 4dc9907

Please sign in to comment.