image update
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user