blob: 255b67ed2986c789b41d597e14a611b35d604221 [file] [log] [blame]
plugins {
id 'com.android.application'
}
android {
compileSdk 30
compileSdkVersion 'android-SX'
defaultConfig {
applicationId "com.android.providers.media.tools.photopicker"
minSdk 16
targetSdk 30
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
}