Skip to content

Commit

Permalink
Patch release v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shalzz committed Feb 12, 2016
1 parent c8dd96e commit ab502ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions attendance/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shalzz.attendance"
android:versionCode="242"
android:versionName="2.4.2" >
android:versionCode="243"
android:versionName="2.4.3" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion attendance/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!--Semantic versioning: MAJOR.MINOR.PATCH-->
<!-- DON'T update this for PATCH release -->
<string name="user_version" translatable="false">2.4</string>
<string name="pref_version_summary" translatable="false">v2.4.2</string>
<string name="pref_version_summary" translatable="false">v2.4.3</string>

<!--API keys-->
<string name="test_banner_ad_unit_id" translatable="false">ca-app-pub-3940256099942544/6300978111</string>
Expand Down

0 comments on commit ab502ad

Please sign in to comment.