Parcourir la source

Uploaded code for login issues on older versions

Khubaib il y a 4 mois
Parent
commit
4a48e4924e

+ 1 - 1
.idea/deploymentTargetSelector.xml

@@ -4,7 +4,7 @@
     <selectionStates>
       <SelectionState runConfigName="app">
         <option name="selectionMode" value="DROPDOWN" />
-        <DropdownSelection timestamp="2024-10-28T19:14:15.094015062Z">
+        <DropdownSelection timestamp="2024-10-28T20:06:37.124240362Z">
           <Target type="DEFAULT_BOOT">
             <handle>
               <DeviceId pluginId="PhysicalDevice" identifier="serial=1C051FDF60048Z" />

+ 2 - 2
app/build.gradle.kts

@@ -15,8 +15,8 @@ android {
         applicationId = "com.vpn.fastestvpnservice"
         minSdk = 21
         targetSdk = 34
-        versionCode = 33400
-        versionName = "3.3.4"
+        versionCode = 33500
+        versionName = "3.3.5"
 
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
         ndk {

BIN
app/release/app-release.aab


+ 1 - 1
app/src/main/java/com/vpn/fastestvpnservice/screens/LoginScreen.kt

@@ -228,7 +228,7 @@ fun Login(navHostController: NavHostController) {
                                 .clickable() { },
                             shape = RoundedCornerShape(16.dp),
 
-//                placeholder = {
+//                placeholder = {l
 //                    Text(text = "Enter email address",
 //                        color = colorResource(id = R.color.white))
 //                },