Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert unnecesary plugins block
  • Loading branch information
aldajo92 committed Mar 28, 2021
commit c286dd056bd986ce2bccd6cb54130555b8efb67d
4 changes: 1 addition & 3 deletions data/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
plugin {
id 'kotlin'
}
apply plugin: 'kotlin'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

ext {
//Android
androidBuildToolsVersion = "26.0.0"
androidMinSdkVersion = 15
androidTargetSdkVersion = 26
androidCompileSdkVersion = 26
androidBuildToolsVersion = "30.0.0"
androidMinSdkVersion = 21
androidTargetSdkVersion = 30
androidCompileSdkVersion = 30

//Libraries
kotlinVersion = '1.1.3-2'
Expand Down
4 changes: 1 addition & 3 deletions presentation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
plugins {
id 'kotlin'
}
apply plugin: 'kotlin'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down
4 changes: 1 addition & 3 deletions remote/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
plugins {
id 'kotlin'
}
apply plugin: 'kotlin'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down