mirror of
https://github.com/This-null/flexcam.git
synced 2026-09-03 07:53:51 +08:00
Bump version to 1.1.0
This commit is contained in:
@@ -11,8 +11,8 @@ android {
|
||||
applicationId = "com.flexcam"
|
||||
minSdk = 24
|
||||
targetSdk = 36
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
versionCode = 2
|
||||
versionName = "1.1"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"url": "https://github.com/This-null/flexcam/releases"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user