Skip to content

Commit

Permalink
release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GOVINDDIXIT committed Jan 29, 2020
1 parent 544fe41 commit a43cf91
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ hs_err_pid*
### Android ###
# Built application files
*.apk
*.aab
*.ap_
app/libs

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "govind.iiitl.app"
minSdkVersion 16
targetSdkVersion 28
versionCode 4
versionName "2.2"
versionCode 5
versionName "2.3"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
8 changes: 8 additions & 0 deletions app/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
}
},
"oauth_client": [
{
"client_id": "205156740979-eqa4g41ue19lufk2a6d3snn97pllp4vi.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "govind.iiitl.app",
"certificate_hash": "34493d70651edb379ac9e8e24350682c792a6968"
}
},
{
"client_id": "205156740979-3gi98g567mul7k4j8756dvqbro3v8oah.apps.googleusercontent.com",
"client_type": 1,
Expand Down

0 comments on commit a43cf91

Please sign in to comment.