Skip to content

Commit

Permalink
Merge pull request #26 from Bl4ckL10n/feature/update_version
Browse files Browse the repository at this point in the history
Version number was updated
  • Loading branch information
maxalmonte14 authored Jun 26, 2022
2 parents 0da694a + b95ad96 commit d8ab574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.devalmonte.blacklion.qrstore" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.1.0" package="com.devalmonte.blacklion.qrstore" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
<application android:label="Better QR" android:theme="@style/MainTheme" android:icon="@mipmap/ic_launcher"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit d8ab574

Please sign in to comment.