Files

copied
Last update 7 years 7 months by Hu-Cheng Lee
FilesMAPS_bleapp
..
build
src
app.iml
build.gradle
build.gradle
apply plugin: 'com.android.application' android { compileSdkVersion 19 buildToolsVersion "23.0.1" defaultConfig { applicationId "com.tumaku.msmble" minSdkVersion 19 targetSdkVersion 19 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } } dependencies { compile 'com.android.support:support-v4:19.1.0' }
Report a bug