Skip to content

Instantly share code, notes, and snippets.

@Dmuasya
Created February 11, 2021 18:42
Show Gist options
  • Save Dmuasya/895d5e57fa6d1237c85e9f488320cbb5 to your computer and use it in GitHub Desktop.
Save Dmuasya/895d5e57fa6d1237c85e9f488320cbb5 to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.library'
android {
compileSdkVersion 25
buildToolsVersion '25.0.0'
defaultConfig {
minSdkVersion 9
targetSdkVersion 30
versionCode 1
versionName "1.0.3"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.nineoldandroids:library:2.4.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment