Skip to content

Commit

Permalink
Merge pull request #1 from pbkn/develop-pbkn
Browse files Browse the repository at this point in the history
19.1 - app release
  • Loading branch information
pbkn authored Jan 28, 2019
2 parents e5540eb + 30b0379 commit 80a3fd9
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 2 deletions.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionName "19.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
lintOptions {
Expand All @@ -27,7 +27,10 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:support-vector-drawable:28.0.0'
implementation 'com.google.firebase:firebase-crash:16.2.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.firebase:firebase-core:16.0.6'
}
apply plugin: 'com.google.gms.google-services'
55 changes: 55 additions & 0 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"project_info": {
"project_number": "780321186776",
"firebase_url": "https://pp-192801.firebaseio.com",
"project_id": "pp-192801",
"storage_bucket": "pp-192801.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:780321186776:android:4eebbf379d96082b",
"android_client_info": {
"package_name": "com.whysurfswim.pp"
}
},
"oauth_client": [
{
"client_id": "780321186776-qojblaplqpc8voemke460iidm71591l9.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.whysurfswim.pp",
"certificate_hash": "4839e92b961e0e162c6390b05857cbe69588fe48"
}
},
{
"client_id": "780321186776-mvmosqa2a97454cfa3cr2jdh517mt8i9.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyD2tiFGTowveG8JVLhT_lTE15I4-ktNpYg"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 2,
"other_platform_oauth_client": [
{
"client_id": "780321186776-mvmosqa2a97454cfa3cr2jdh517mt8i9.apps.googleusercontent.com",
"client_type": 3
}
]
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}
Binary file added app/release/app.aab
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<string name="pref_mic_key">mic_switch</string>
<string name="pref_mic_title">Microphone</string>
<string name="pref_vol_buttons_key">vol_buttons_switch</string>
<string name="pref_vol_buttons_title">Volume Buttons</string>
<string name="pref_vol_buttons_title">Volume Buttons (Beta)</string>
<string name="pref_vol_disabled">Volume Buttons are disabled</string>
</resources>
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.google.gms:google-services:4.2.0'


// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 80a3fd9

Please sign in to comment.