Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Bump version to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
N0-0NE-Dev committed Mar 3, 2023
1 parent 4172ff1 commit 13d9819
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ android {
applicationId 'com.n00nedev.nofasel'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 16
versionName "1.1.6"
versionCode 17
versionName "1.1.7"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
5 changes: 0 additions & 5 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
</intent>
</queries>
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true" android:banner="@drawable/tv_banner">
<meta-data android:name="expo.modules.updates.ENABLED" android:value="true"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://u.expo.dev/7d1af19c-c34d-49ac-97e6-6df726972b22"/>
<meta-data android:name="expo.modules.updates.EXPO_RUNTIME_VERSION" android:value="1.1.6"/>
<activity android:name=".MainActivity" android:label="@string/app_name" android:supportsPictureInPicture="true" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode|smallestScreenSize|screenLayout" android:launchMode="singleTask" android:windowSoftInputMode="adjustPan" android:theme="@style/Theme.App.SplashScreen" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"expo": {
"name": "NoFasel",
"slug": "no-fasel",
"version": "1.1.6",
"version": "1.1.7",
"sdkVersion": "47.0.0",
"jsEngine": "hermes",
"platforms": [
"android"
],
"android": {
"runtimeVersion": "1.1.6",
"versionCode": 16
"runtimeVersion": "1.1.7",
"versionCode": 17
},
"extra": {
"eas": {
Expand Down

0 comments on commit 13d9819

Please sign in to comment.