blob: 2beea43519790baacc9ef2f2a2d6ac50e89339c5 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
namespace "app.google.myapplication"
compileSdkVersion 25
defaultConfig {
applicationId "app.google.myapplication"
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName "1.0"
resValue("string", "dynamic_hello_world", "Hello World!")
}
}
dependencies {
}