Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 84bbfcf

Browse files
author
KoalaSat
authored
v0.3.1.3-alpha (#407)
2 parents 75a1288 + bd322ee commit 84bbfcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ android {
139139
applicationId "com.nostros"
140140
minSdkVersion rootProject.ext.minSdkVersion
141141
targetSdkVersion rootProject.ext.targetSdkVersion
142-
versionCode 59
143-
versionName "v0.3.1.2-alpha"
142+
versionCode 60
143+
versionName "v0.3.1.3-alpha"
144144
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
145145

146146
if (isNewArchitectureEnabled()) {

0 commit comments

Comments
 (0)