Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
compileSdkVersion 27
buildToolsVersion "27.0.3"

defaultConfig {
applicationId "com.wang.avi.sample"
minSdkVersion 14
targetSdkVersion 23
targetSdkVersion 27
versionCode 33
versionName "2.1.3"
}
Expand Down
20 changes: 10 additions & 10 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
compileSdkVersion 27
buildToolsVersion "27.0.3"

defaultConfig {
minSdkVersion 14
targetSdkVersion 23
targetSdkVersion 27
versionCode 33
versionName "2.1.3"
versionName "2.1.4"
}
buildTypes {
release {
Expand All @@ -23,14 +23,14 @@ dependencies {
}

ext {
PUBLISH_GROUP_ID = 'com.wang.avi'
PUBLISH_VERSION = '2.1.3'
PUBLISH_DES = 'Nice loading animations for Android'
groupId = 'com.wang.avi'
versionName = '2.1.3'
desc = 'Nice loading animations for Android'
LIB_NAME = 'AVLoadingIndicatorView'

WEBSITE_URL = 'https://github.com/81813780/AVLoadingIndicatorView'
ISSUE_TRACKER_URL = 'https://github.com/81813780/AVLoadingIndicatorView/issues'
VSC_URL = 'https://github.com/81813780/AVLoadingIndicatorView'
websiteUrl = 'https://github.com/81813780/AVLoadingIndicatorView'
issueTrackerUrl = 'https://github.com/81813780/AVLoadingIndicatorView/issues'
vcsUrl = 'https://github.com/81813780/AVLoadingIndicatorView'
}

apply from: 'https://raw.githubusercontent.com/andforce/release-android-lib-to-jcenter/master/bintray.gradle'