Skip to content

Instantly share code, notes, and snippets.

apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "ru.hh.android.myapplication"
minSdkVersion 14
targetSdkVersion 23
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "com.example.user.myapplication"
minSdkVersion 14
targetSdkVersion 23