Skip to content

Commit

Permalink
Merge pull request #5 from suragch/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
suragch authored Nov 1, 2019
2 parents a08dc74 + ade0fb7 commit ace7ad3
Show file tree
Hide file tree
Showing 1,341 changed files with 2,941 additions and 2,859 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
146 changes: 146 additions & 0 deletions .idea/assetWizardSettings.xml

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

113 changes: 113 additions & 0 deletions .idea/codeStyles/Project.xml

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

Empty file modified .idea/compiler.xml
100644 → 100755
Empty file.
Empty file modified .idea/copyright/profiles_settings.xml
100644 → 100755
Empty file.
Empty file modified .idea/encodings.xml
100644 → 100755
Empty file.
8 changes: 6 additions & 2 deletions .idea/gradle.xml
100644 → 100755

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

36 changes: 19 additions & 17 deletions .idea/misc.xml
100644 → 100755

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

Empty file modified .idea/modules.xml
100644 → 100755
Empty file.
Empty file modified .idea/runConfigurations.xml
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified app/.gitignore
100644 → 100755
Empty file.
28 changes: 14 additions & 14 deletions app/build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
compileSdkVersion 29
defaultConfig {
applicationId "com.aepronunciation.ipa"
minSdkVersion 9
targetSdkVersion 25
versionCode 10
versionName "2.0.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
minSdkVersion 14
targetSdkVersion 29
versionCode 13
versionName "2.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
Expand All @@ -20,11 +19,12 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:design:25.1.0'
testCompile 'junit:junit:4.12'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
Empty file modified app/proguard-rules.pro
100644 → 100755
Empty file.
Binary file added app/release/app-release.aab
Binary file not shown.
Loading

0 comments on commit ace7ad3

Please sign in to comment.