Skip to content

Commit

Permalink
adding complete project
Browse files Browse the repository at this point in the history
  • Loading branch information
srodrigo23 committed Sep 24, 2021
1 parent 2e683b5 commit 9632a65
Show file tree
Hide file tree
Showing 222 changed files with 713 additions and 266 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .idea/assetWizardSettings.xml
100644 → 100755
Empty file.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
134 changes: 109 additions & 25 deletions .idea/codeStyles/Project.xml
100644 → 100755

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

18 changes: 1 addition & 17 deletions .idea/compiler.xml
100644 → 100755

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

Empty file modified .idea/copyright/profiles_settings.xml
100644 → 100755
Empty file.
Empty file modified .idea/encodings.xml
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions .idea/gradle.xml
100644 → 100755

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

Empty file modified .idea/inspectionProfiles/Project_Default.xml
100644 → 100755
Empty file.
Empty file modified .idea/inspectionProfiles/profiles_settings.xml
100644 → 100755
Empty file.
25 changes: 25 additions & 0 deletions .idea/jarRepositories.xml

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

Empty file modified .idea/misc.xml
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion .idea/modules.xml
100644 → 100755

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

Empty file modified .idea/runConfigurations.xml
100644 → 100755
Empty file.
Empty file modified .idea/vcs.xml
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified app/.gitignore
100644 → 100755
Empty file.
37 changes: 20 additions & 17 deletions app/build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion '27.0.0'
compileSdkVersion 29
buildToolsVersion '27.0.1'
defaultConfig {
applicationId "com.umss.rodres.mbp2"
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -17,28 +17,31 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
targetCompatibility JavaVersion.VERSION_1_8
}
}

dependencies {
implementation 'com.android.support:recyclerview-v7:26.1.0'
compile fileTree(include: ['*.jar'], dir: 'libs')
implementation fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
//compile 'com.android.support:cardview-v7:21.0.+'
//compile 'com.android.support:recyclerview-v7:21.0.+'
compile 'com.android.support:appcompat-v7:26.+'

compile 'com.android.support:cardview-v7:27.0.2'
compile 'com.android.support:design:26.+'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.dropbox.core:dropbox-core-sdk:3.0.5'
implementation 'com.android.support:cardview-v7:21.0.+'
implementation 'com.android.support:recyclerview-v7:21.0.+'
implementation 'com.android.support:appcompat-v7:26.+'
//
implementation 'com.android.support:cardview-v7:27.0.2'
implementation 'com.android.support:design:26.+'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.dropbox.core:dropbox-core-sdk:3.0.5'

compile 'com.google.android.exoplayer:exoplayer:r2.5.4'
implementation 'com.google.android.exoplayer:exoplayer:2.11.8'

compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.squareup.okhttp:okhttp:2.7.5'
compile 'com.squareup.okhttp3:okhttp:3.5.0'
compile 'com.android.support:support-v4:26.+'
implementation 'com.squareup.picasso:picasso:2.5.2'
implementation 'com.squareup.okhttp:okhttp:2.7.5'
implementation 'com.squareup.okhttp3:okhttp:3.5.0'
implementation 'com.android.support:support-v4:26.+'
testCompile 'junit:junit:4.12'
}
Empty file modified app/proguard-rules.pro
100644 → 100755
Empty file.
Empty file.
Empty file modified app/src/main/AndroidManifest.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/assets/fonts/billabong.ttf
100644 → 100755
Empty file.
Loading

0 comments on commit 9632a65

Please sign in to comment.