Skip to content

Commit

Permalink
Tweaking build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
GottaGetSwifty committed Jun 8, 2018
1 parent 0ed6096 commit c731fc0
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 20 deletions.
29 changes: 29 additions & 0 deletions .idea/codeStyles/Project.xml

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

74 changes: 57 additions & 17 deletions .idea/workspace.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/app/app-app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 25 Platform" jdkType="Android SDK" />
Expand Down
6 changes: 3 additions & 3 deletions app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ apply plugin: 'com.android.application'
android {

compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion '27.0.3'
defaultConfig {
applicationId 'com.unfoldingword.androidapp'
minSdkVersion 8
targetSdkVersion 25
versionCode 33
versionName '2.3.1'
versionCode 237
versionName '2.4.0'
multiDexEnabled true
}
signingConfigs {
Expand Down

0 comments on commit c731fc0

Please sign in to comment.