Skip to content

Commit 48a064b

Browse files
committed
Initial commit
0 parents  commit 48a064b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2121
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/workspace.xml
5+
/.idea/libraries
6+
.DS_Store
7+
/build
8+
/captures
9+
.externalNativeBuild

.idea/compiler.xml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build

app/build.gradle

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
apply plugin: 'com.android.application'
2+
apply plugin: 'com.jakewharton.butterknife'
3+
4+
android {
5+
compileSdkVersion 25
6+
buildToolsVersion "25.0.2"
7+
defaultConfig {
8+
applicationId "com.example.tushar.destinationdiscussions"
9+
minSdkVersion 19
10+
targetSdkVersion 25
11+
versionCode 1
12+
versionName "1.0"
13+
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
14+
}
15+
buildTypes {
16+
release {
17+
minifyEnabled false
18+
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
19+
}
20+
}
21+
}
22+
23+
dependencies {
24+
compile fileTree(dir: 'libs', include: ['*.jar'])
25+
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
26+
exclude group: 'com.android.support', module: 'support-annotations'
27+
})
28+
29+
compile 'com.android.support:appcompat-v7:25.3.1'
30+
compile 'com.android.support.constraint:constraint-layout:1.0.2'
31+
compile 'com.google.firebase:firebase-auth:9.8.0'
32+
compile 'com.google.android.gms:play-services-auth:9.8.0'
33+
compile 'com.google.firebase:firebase-database:9.8.0'
34+
compile 'com.squareup.picasso:picasso:2.5.2'
35+
compile 'com.squareup.okhttp:okhttp:2.4.0'
36+
compile 'com.android.support:design:25.0.1'
37+
compile 'com.jakewharton:butterknife:8.6.0'
38+
compile 'com.firebaseui:firebase-ui:0.4.4'
39+
compile 'com.google.firebase:firebase-storage:9.8.0'
40+
compile 'com.android.support:recyclerview-v7:25.3.1'
41+
compile 'com.android.support:cardview-v7:25.3.1'
42+
compile 'com.android.support:support-v4:25.3.1'
43+
compile 'com.theartofdev.edmodo:android-image-cropper:2.4.+'
44+
compile 'com.android.support:support-compat:25.1.1'
45+
compile 'com.daimajia.easing:library:2.0@aar'
46+
compile 'com.daimajia.androidanimations:library:2.2@aar'
47+
testCompile 'junit:junit:4.12'
48+
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
49+
}
50+
51+
52+
apply plugin: 'com.google.gms.google-services'

app/google-services.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"project_info": {
3+
"project_number": "128346812135",
4+
"firebase_url": "https://destinationdiscussions-dd40c.firebaseio.com",
5+
"project_id": "destinationdiscussions-dd40c",
6+
"storage_bucket": "destinationdiscussions-dd40c.appspot.com"
7+
},
8+
"client": [
9+
{
10+
"client_info": {
11+
"mobilesdk_app_id": "1:128346812135:android:3c5cafdefb4008ca",
12+
"android_client_info": {
13+
"package_name": "com.example.tushar.destinationdiscussions"
14+
}
15+
},
16+
"oauth_client": [
17+
{
18+
"client_id": "128346812135-14k7t1dtp38c218r9j7vaj1md8virnm1.apps.googleusercontent.com",
19+
"client_type": 1,
20+
"android_info": {
21+
"package_name": "com.example.tushar.destinationdiscussions",
22+
"certificate_hash": "f8f36ea14b0ed3ca6a3b7bdbdaf924552c029d71"
23+
}
24+
},
25+
{
26+
"client_id": "128346812135-9810jad7m6434cun1m6e76b6koutopf7.apps.googleusercontent.com",
27+
"client_type": 3
28+
}
29+
],
30+
"api_key": [
31+
{
32+
"current_key": "AIzaSyD-12qWbIVo4Xw4yNojNzP9Er_sBBhLwGo"
33+
}
34+
],
35+
"services": {
36+
"analytics_service": {
37+
"status": 1
38+
},
39+
"appinvite_service": {
40+
"status": 2,
41+
"other_platform_oauth_client": [
42+
{
43+
"client_id": "128346812135-9810jad7m6434cun1m6e76b6koutopf7.apps.googleusercontent.com",
44+
"client_type": 3
45+
}
46+
]
47+
},
48+
"ads_service": {
49+
"status": 2
50+
}
51+
}
52+
}
53+
],
54+
"configuration_version": "1"
55+
}

0 commit comments

Comments
 (0)