Skip to content

Commit a15ba69

Browse files
committed
Git
Signed-off-by: krayong <kgourisaria2001@gmail.com>
1 parent f31f6f9 commit a15ba69

11 files changed

Lines changed: 13 additions & 10 deletions

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
/build
99
/captures
1010
.externalNativeBuild
11-
.cxx
11+
.cxx
12+
/deployment_cert.der
13+
/studypartnerkeystore.jks
14+
/upload_cert.der

About The App.docx

15.7 KB
Binary file not shown.

Attendance Screen.jpg

90.9 KB
Loading

File Screen.jpg

65.7 KB
Loading

Home Screen.jpg

78.4 KB
Loading

Reminder Screen.jpg

73.3 KB
Loading

Star Screen.jpg

71.2 KB
Loading

Study Partner Privacy Policy.docx

293 KB
Binary file not shown.

Study Partner T&C.docx

292 KB
Binary file not shown.

app/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ apply plugin: "androidx.navigation.safeargs"
55
//apply plugin: 'com.google.firebase.firebase-perf'
66

77
android {
8-
// signingConfigs {
9-
// config {
10-
// storeFile file('H:\\studypartnerkeystore.jks')
11-
// storePassword 'studypartner12345'
12-
// keyAlias 'studypartnerkeystorealias'
13-
// keyPassword 'studypartner12345'
14-
// }
15-
// }
8+
signingConfigs {
9+
local {
10+
storeFile file('H:\\StudyPartner\\studypartnerkeystore.jks')
11+
storePassword 'studypartner12345'
12+
keyAlias 'studypartnerkeystorealias'
13+
keyPassword 'studypartner12345'
14+
}
15+
}
1616
compileSdkVersion 29
1717
buildToolsVersion "30.0.1"
1818

@@ -34,7 +34,7 @@ android {
3434
release {
3535
minifyEnabled false
3636
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
37-
// signingConfig signingConfigs.config
37+
signingConfig signingConfigs.local
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)