Skip to content

Commit

Permalink
ATM-396 remove info about DEX in AppStore (#84)
Browse files Browse the repository at this point in the history
* Disable DEX

* Increase app version
  • Loading branch information
mismirnov authored Feb 17, 2023
1 parent 05316bb commit 002d21e
Show file tree
Hide file tree
Showing 3 changed files with 570 additions and 553 deletions.
2 changes: 1 addition & 1 deletion atomex.Android/Properties/AndroidManifest.xml
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:versionName="1.24.1" package="com.atomex.android" android:versionCode="41">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.24.2" package="com.atomex.android" android:versionCode="42">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="31" />
<application android:label="Atomex" android:allowBackup="false" android:icon="@drawable/ic_launcher">
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/ic_notification" />
Expand Down
2 changes: 1 addition & 1 deletion atomex.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<key>CFBundleIdentifier</key>
<string>com.atomex.ios</string>
<key>CFBundleVersion</key>
<string>1.24.1</string>
<string>1.24.2</string>
<key>UILaunchStoryboardName</key>
<string>AtomexLaunchScreen</string>
<key>CFBundleName</key>
Expand Down
Loading

0 comments on commit 002d21e

Please sign in to comment.