Skip to content

Commit 72a0ef2

Browse files
committed
bump version
1 parent c3a3a8f commit 72a0ef2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AndroidManifest.template.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="itkach.aard2"
4-
android:versionCode="51"
5-
android:versionName="0.51" >
4+
android:versionCode="52"
5+
android:versionName="0.52" >
66

77
<uses-permission android:name="android.permission.INTERNET" />
88
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="itkach.aard2"
4-
android:versionCode="51"
5-
android:versionName="0.51" >
4+
android:versionCode="52"
5+
android:versionName="0.52" >
66

77
<uses-permission android:name="android.permission.INTERNET" />
88
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

0 commit comments

Comments
 (0)