Skip to content

Commit

Permalink
fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
wudifamo committed Feb 8, 2018
1 parent 0843483 commit c8b269e
Show file tree
Hide file tree
Showing 12 changed files with 386 additions and 273 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
buildToolsVersion "26.0.2"
defaultConfig {
applicationId "com.k.neleme"
minSdkVersion 19
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
android:name=".detail.DetailActivity"
android:theme="@style/NoTitleTranslucentTheme">
</activity>
<activity android:name=".detail.ShopDetailActivity" />
</application>

</manifest>
Loading

0 comments on commit c8b269e

Please sign in to comment.