Skip to content

Commit 8caa570

Browse files
committed
bumped version name and code
1 parent 1ee2413 commit 8caa570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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="com.cgogolin.library"
4-
android:versionCode="53+"
5-
android:versionName="5.4">
4+
android:versionCode="54"
5+
android:versionName="5.5">
66
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
77
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
88
<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="23" />

0 commit comments

Comments
 (0)