Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
More config updates to appease Android Studio ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortyseven committed Aug 10, 2019
1 parent f0d3b3c commit 7940068
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions MainApp/MainApp.iml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant_run_merged_manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant_run_split_apk_resources" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/javac" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint_jar" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifest-checker" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/merged_assets" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/merged_jni_libs" />
Expand All @@ -121,7 +120,6 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/signing_config" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/split-apk" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/tmp" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/validate_signing_config" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
Expand Down
9 changes: 4 additions & 5 deletions MainApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion '27.0.3'

defaultConfig {
minSdkVersion 7
targetSdkVersion 23
versionCode 16
versionName "16"
versionCode 17
versionName "17"
}
buildTypes {
release {
Expand All @@ -34,6 +33,6 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'
compile fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:23.1.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
}
2 changes: 1 addition & 1 deletion ToneDef.iml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="org.twodividedbyzero.idea.findbugs">
Expand Down

0 comments on commit 7940068

Please sign in to comment.