Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
madhushreemk committed Jul 20, 2021
0 parents commit c9078c0
Show file tree
Hide file tree
Showing 806 changed files with 140,551 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
3 changes: 3 additions & 0 deletions app/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions app/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions app/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions app/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions app/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

120 changes: 120 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
plugins {
id 'com.android.application'
}

android {
compileSdkVersion 29
buildToolsVersion "30.0.2"

defaultConfig {
applicationId "com.leadcampusapp"
minSdkVersion 18
targetSdkVersion 29
versionCode 51
versionName "4.6"

multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}


buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
packagingOptions{
exclude 'META-INF/rxjava.properties'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}


}

dependencies {

implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'






// implementation 'com.google.android.gms:play-services-tagmanager:11.6.0'

implementation 'androidx.vectordrawable:vectordrawable-animated:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.0.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.browser:browser:1.0.0'
implementation 'androidx.media:media:1.0.0'
//implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.multidex:multidex:2.0.0'
implementation 'com.android.support:multidex:1.0.3'


implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "androidx.recyclerview:recyclerview:1.1.0"
implementation 'com.kofigyan.stateprogressbar:stateprogressbar:1.0.0'

implementation 'com.github.bumptech.glide:glide:3.7.0'
implementation 'com.codesgood:justifiedtextview:1.0.2'
implementation 'com.github.PhilJay:MPAndroidChart:v2.2.4'
implementation 'de.hdodenhof:circleimageview:2.2.0'
implementation 'pl.bclogic:pulsator4droid:1.0.3'
implementation 'net.danlew:android.joda:2.9.9'

implementation 'com.facebook.shimmer:shimmer:0.4.0'
implementation files('libs/YouTubeAndroidPlayerApi.jar')
implementation 'com.github.k0shk0sh:PermissionHelper:1.0.7'
implementation 'com.cocosw:bottomsheet:1.+@aar'



implementation 'com.google.android.material:material:1.0.0-rc01'
implementation 'com.google.android.material:material:1.1.0-alpha07'


implementation 'com.squareup.retrofit2:retrofit:2.3.0'
implementation 'com.squareup.retrofit2:converter-gson:2.1.0'
implementation 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'




//implementation 'com.paytm.appinvokesdk:appinvokesdk:1.2'
implementation 'com.paytm.appinvokesdk:appinvokesdk:1.5.4'




implementation 'com.google.android.gms:play-services-auth:18.1.0'
implementation 'com.google.firebase:firebase-auth:16.0.1'
implementation 'com.google.firebase:firebase-messaging:17.0.0'
implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.google.android.gms:play-services-tagmanager:16.0.0'


implementation files('libs/rxjava-1.0.2.jar')
implementation files('libs/additionnal.jar')
implementation files('libs/ftp4j-1.6.jar')
implementation files('libs/commons-net-3.3.jar')
implementation files('libs/ksoap2-android-assembly-2.4-jar-with-dependencies.jar')
}
apply plugin: 'com.google.gms.google-services'
56 changes: 56 additions & 0 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"project_info": {
"project_number": "830064162862",
"firebase_url": "https://df-leadcampus.firebaseio.com",
"project_id": "df-leadcampus",
"storage_bucket": "df-leadcampus.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:830064162862:android:55ef121e7473d84b",
"android_client_info": {
"package_name": "com.leadcampusapp"
}
},
"oauth_client": [
{
"client_id": "830064162862-5vh60pec1mctjus7eo7donicdl7fif6g.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.leadcampusapp",
"certificate_hash": "8a7cfff8d13816f1e754b1012a3fd235a199de06"
}
},
{
"client_id": "830064162862-ctn3l98e2igqoom1t7lk1lenapskvmic.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.leadcampusapp",
"certificate_hash": "6a22b9f289d8a4cc8899dc224ff931ee034380b0"
}
},
{
"client_id": "830064162862-nohid6fk5j27f2g6fvc0qdrn81pumdkg.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAl6P7is4pIcI5BkkxHwbDrnMojAw9VkrQ"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "830064162862-nohid6fk5j27f2g6fvc0qdrn81pumdkg.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}
Binary file added app/libs/YouTubeAndroidPlayerApi.jar
Binary file not shown.
Binary file added app/libs/activation.jar
Binary file not shown.
Binary file added app/libs/additionnal.jar
Binary file not shown.
Binary file added app/libs/commons-net-3.3.jar
Binary file not shown.
Binary file added app/libs/ftp4j-1.6.jar
Binary file not shown.
Binary file not shown.
Binary file added app/libs/mail.jar
Binary file not shown.
Binary file added app/libs/rxjava-1.0.2.jar
Binary file not shown.
Binary file added app/libs/session.jar
Binary file not shown.
21 changes: 21 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
Binary file added app/release/app-release.apk
Binary file not shown.
Binary file added app/release/leadcampus_Ver4.6.apk
Binary file not shown.
18 changes: 18 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.leadcampusapp",
"variantName": "processReleaseResources",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 51,
"versionName": "4.6",
"outputFile": "app-release.apk"
}
]
}
Loading

0 comments on commit c9078c0

Please sign in to comment.