image update

This commit is contained in:
Abhishek Mali
2025-11-24 09:59:54 +05:30
parent a60f1c8982
commit 9386952577
7 changed files with 102 additions and 11 deletions

View File

@@ -39,6 +39,18 @@
android:pathPrefix="/page"
android:pathPattern="/page(/.*)?" />
<data
android:scheme="https"
android:host="www.globaljain.net"
android:pathPrefix="/page"
android:pathPattern="/page(/.*)?" />
<data
android:scheme="https"
android:host="www.globaljain.net"
android:pathPrefix="/auth"
android:pathPattern="/auth(/.*)?" />
<data
android:scheme="https"
android:host="globaljain.net"

View File

@@ -1,9 +1,9 @@
ext {
versionCode = 10
versionName = "1.2.4"
versionCode = 20
versionName = "1.3.4"
minSdkVersion = 22
compileSdkVersion = 34
targetSdkVersion = 34
compileSdkVersion = 35
targetSdkVersion = 35
androidxActivityVersion = '1.8.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'