github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/mobile/example/ivy/android/app/build.gradle (about)

     1  apply plugin: 'com.android.application'
     2  
     3  android {
     4      compileSdkVersion 22
     5      buildToolsVersion "22.0.1"
     6      defaultConfig {
     7          applicationId 'org.golang.ivy'
     8          minSdkVersion 15
     9          targetSdkVersion 22
    10          versionCode 3
    11          versionName '1.0.2'
    12      }
    13      buildTypes {
    14          release {
    15              minifyEnabled true
    16              proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    17          }
    18      }
    19      productFlavors {
    20      }
    21  }
    22  
    23  dependencies {
    24      compile fileTree(include: ['*.jar'], dir: 'libs')
    25      compile 'com.android.support:appcompat-v7:22.1.1'
    26      compile project(':ivy')
    27  }