Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
salmanA169 committed Jul 18, 2023
1 parent f94aff1 commit 0781f7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ localProperties.load(new FileInputStream(rootProject.file("local.properties")))
android {
signingConfigs {
release {
storeFile file('C:\\Users\\kd\\Desktop\\masrofyKey.jks')
storePassword localProperties.getProperty("RELEASE_STORE_PASSWORD")
keyAlias localProperties.getProperty("RELEASE_KEY_ALIAS")
keyPassword localProperties.getProperty("RELEASE_KEY_PASSWORD")
storeFile file('C:\\Users\\salma\\Desktop\\masrofy key\\masrofyKey.jks')
storePassword 'alamode151412'
keyAlias 'salmanalamode15'
keyPassword 'Salmanalamode15'
}
}

Expand All @@ -38,8 +38,8 @@ android {
applicationId "com.masrofy"
minSdk 28
targetSdk 33
versionCode 4
versionName "2.0.0"
versionCode 5
versionName "3.0.0"

kapt {
arguments {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.masrofy.screens.mainScreen

import android.content.res.Configuration
import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.Image
import androidx.compose.foundation.background
import androidx.compose.foundation.border
import androidx.compose.foundation.clickable
Expand Down

0 comments on commit 0781f7c

Please sign in to comment.