Bump version to 1.1.0

This commit is contained in:
This-null
2026-08-24 19:08:59 +03:00
parent 9190fd99e1
commit a822b2a7ce
5 changed files with 5 additions and 5 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId = "com.flexcam"
minSdk = 24
targetSdk = 36
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.1"
}
buildTypes {

View File

@@ -214,7 +214,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="22dp"
android:text="v1.0.0"
android:text="v1.1.0"
android:textColor="@color/muted"
android:textSize="11sp" />
</LinearLayout>

View File

@@ -1,4 +1,4 @@
APP_VERSION = "1.0.0"
APP_VERSION = "1.1.0"
GITHUB_URL = "https://github.com/This-null/flexcam"
INSTAGRAM_URL = "https://instagram.com/null.rb"

Binary file not shown.

View File

@@ -1,4 +1,4 @@
{
"version": "1.0.0",
"version": "1.1.0",
"url": "https://github.com/This-null/flexcam/releases"
}