You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- apply plugin: 'com.android.library'
-
- android {
- compileSdkVersion 20
- buildToolsVersion '26.0.2'
-
- defaultConfig {
- minSdkVersion 9
- targetSdkVersion 22
- }
-
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
- }
- }
- }
-
- dependencies {
- compile files('libs/doublescreen.jar')
- compile files('libs/androidsim.jar')
- }
|