Skip to content

Commit 331c8a7

Browse files
Solucion a error en numero de version en pantalla
v.1.2.3
1 parent 102d1e9 commit 331c8a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.cromstudio.redlinuxclick"
1010
minSdkVersion 21
1111
targetSdkVersion 33
12-
versionCode 10
13-
versionName "1.2.2"
12+
versionCode 11
13+
versionName "1.2.3"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
}
1616

app/release/app-release.aab

871 KB
Binary file not shown.

app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<TextView
6464
android:layout_width="wrap_content"
6565
android:layout_height="wrap_content"
66-
android:text="v1.2.0 | Crom Studio"
66+
android:text="v1.2.3 | Crom Studio"
6767
android:textColor="#000" />
6868

6969
</LinearLayout>

0 commit comments

Comments
 (0)