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

Commit

Permalink
Bump version to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
N0-0NE-Dev committed Mar 7, 2023
1 parent 01394af commit e25f2f4
Showing 1 changed file with 2 additions and 2 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 17
versionName "1.1.7"
versionCode 18
versionName "1.1.8"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit e25f2f4

Please sign in to comment.