Sha256: 3e39cc81ef8eb39b869264aae209256a9d55757c3b698401ff1beef71cdaf333
Contents?: true
Size: 592 Bytes
Versions: 10
Compression:
Stored size: 592 Bytes
Contents
apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion "25.0.0" defaultConfig { applicationId "<%= sample_package_name %>" minSdkVersion 15 targetSdkVersion 25 versionCode 1 versionName "1.0" jackOptions { enabled true } } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } dependencies { compile 'com.android.support:appcompat-v7:25.1.0' compile project(':<%= library_module%>') }
Version data entries
10 entries across 10 versions & 1 rubygems