Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jklmnn committed Jul 17, 2017
1 parent 63bf670 commit 2d2bb10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "de.jkliemann.parkendd"
minSdkVersion 14
targetSdkVersion 22
versionCode 27
versionName "1.2.2"
versionCode 28
versionName "1.2.3"
}
buildTypes {
release {
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/java/de/jkliemann/parkendd/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ protected void onCreate(Bundle savedInstanceState) {
((ParkenDD) getApplication()).getTracker().trackAppDownload();
setContentView(R.layout.activity_main);

//navigationView.getMenu().getItem(R.id.action_map).setEnabled(false);

Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
setSupportActionBar(toolbar);

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources tools:ignore="MissingTranslation" xmlns:tools="http://schemas.android.com/tools">
<!--Meta-->
<string name="app_name" translatable="false">ParkenDD</string>
<string name="version" translatable="false">1.2.2</string>
<string name="version" translatable="false">1.2.3</string>
<!--actions-->
<string name="action_settings">Settings</string>
<string name="action_forecast">Forecast</string>
Expand Down

0 comments on commit 2d2bb10

Please sign in to comment.