Skip to content

Commit

Permalink
Config global android versions in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Nov 4, 2016
1 parent 91591e6 commit 805e2a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Android/Sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ apply plugin: 'net.wequick.small'

small {
aarVersion = '1.1.0-beta6'
android {
compileSdkVersion = 23
buildToolsVersion = "23.0.3"
supportVersion = "23.4.0"
}
}
6 changes: 5 additions & 1 deletion Android/Sample/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
include ':app', ':app.main', ':app.home', ':app.detail', ':app.mine', ':lib.utils', ':web.about', ':lib.style', ':jni_plugin', ':lib.analytics', ':app+stub', ':app.available-if-stub'
include ':app',
':app.main', ':app.home', ':app.detail', ':app.mine',
':lib.utils', ':web.about', ':lib.style',
':jni_plugin', ':lib.analytics',
':app+stub', ':app.available-if-stub'

0 comments on commit 805e2a3

Please sign in to comment.