Changes between Version 5 and Version 6 of androidtest
- Timestamp:
- 10/27/2014 02:02:35 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
androidtest
v5 v6 39 39 40 40 {{{ 41 buildscript { 42 repositories { 43 mavenCentral() 44 } 45 dependencies { 46 classpath 'com.android.tools.build:gradle:0.12.+' 47 } 48 } 49 apply plugin: 'android-library' 50 41 51 android { 42 52 compileSdkVersion 17 … … 61 71 androidTest.java.srcDirs = ['tests/src'] 62 72 } 73 defaultConfig {} 74 productFlavors { 75 } 76 buildTypes { 77 } 78 } 79 80 dependencies { 63 81 } 64 82 }}}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)