Skip to content

Commit

Permalink
First App Release
Browse files Browse the repository at this point in the history
Note that there are no utilities yet. This is just basically the main menu and an app updater :P
  • Loading branch information
itachi1706 committed Feb 20, 2016
1 parent 2ad0796 commit 3ac37ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId "com.itachi1706.cheesecakeutilities"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionCode 6
versionName "1.0"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".MainMenuActivity"
android:label="@string/title_activity_main_menu"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 3ac37ab

Please sign in to comment.