diff --git a/README.md b/README.md
index 7782935ef..7a16328a9 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,15 @@
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Build Status](https://travis-ci.org/pranavpandey/dynamic-support.svg?branch=master)](https://travis-ci.org/pranavpandey/dynamic-support)
+[![Download](https://api.bintray.com/packages/pranavpandey/android/dynamic-support/images/download.svg)](https://bintray.com/pranavpandey/android/dynamic-support/_latestVersion)
A complete library to build apps for Android 14+ (ICS or above) devices with a built-in theme
engine.
+
+
+
+
---
## Contents
@@ -24,7 +29,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
```groovy
dependencies {
- implementation 'com.pranavpandey.android:dynamic-support:coming-soon'
+ implementation 'com.pranavpandey.android:dynamic-support:1.0.0'
}
```
diff --git a/build.gradle b/build.gradle
index fbb379b2d..262fcb46f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.2.0-alpha05'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
- classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
+ classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
}
}
@@ -35,7 +35,7 @@ ext {
githubUrl = 'pranavpandey/dynamic-support'
mavenGroup = 'com.pranavpandey.android'
- mavenVersion = '0.9.0'
+ mavenVersion = '1.0.0'
mavenInceptionYear = 2018
mavenArtifactId = 'dynamic-support'
bintrayRepo = 'android'
@@ -49,7 +49,7 @@ ext {
licenseDistribution = 'repo'
allLicenses = ["Apache-2.0"]
- versionCode = 9
+ versionCode = 10
buildTools = '27.0.3'
minSdk = 14
diff --git a/dynamic-support/build.gradle b/dynamic-support/build.gradle
index 8c4cb0331..92b869d2e 100644
--- a/dynamic-support/build.gradle
+++ b/dynamic-support/build.gradle
@@ -30,3 +30,8 @@ dependencies {
api "com.android.support:cardview-v7:$androidSupport"
api "com.pranavpandey.android:dynamic-toasts:$mavenVersion"
}
+
+if (project.rootProject.file('local.properties').exists()) {
+ apply from: '../maven.gradle'
+ apply from: '../bintray.gradle'
+}
diff --git a/graphics/ads-screen-1.png b/graphics/ads-screen-1.png
new file mode 100644
index 000000000..cd8129e1b
Binary files /dev/null and b/graphics/ads-screen-1.png differ
diff --git a/graphics/ads-screen-2.png b/graphics/ads-screen-2.png
new file mode 100644
index 000000000..31594dfe6
Binary files /dev/null and b/graphics/ads-screen-2.png differ
diff --git a/graphics/ads-screen-3.png b/graphics/ads-screen-3.png
new file mode 100644
index 000000000..020246c2a
Binary files /dev/null and b/graphics/ads-screen-3.png differ
diff --git a/graphics/ads-screen-4.png b/graphics/ads-screen-4.png
new file mode 100644
index 000000000..8af5db224
Binary files /dev/null and b/graphics/ads-screen-4.png differ
diff --git a/graphics/ads-screen-5.png b/graphics/ads-screen-5.png
new file mode 100644
index 000000000..0e5e82461
Binary files /dev/null and b/graphics/ads-screen-5.png differ
diff --git a/graphics/ads-screen-6.png b/graphics/ads-screen-6.png
new file mode 100644
index 000000000..acc2f4360
Binary files /dev/null and b/graphics/ads-screen-6.png differ
diff --git a/graphics/ads-screen-7.png b/graphics/ads-screen-7.png
new file mode 100644
index 000000000..f423cbfbb
Binary files /dev/null and b/graphics/ads-screen-7.png differ
diff --git a/sample/build.gradle b/sample/build.gradle
index 942e9f8c3..97a4f7c7c 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -24,5 +24,4 @@ android {
dependencies {
implementation project(':dynamic-support')
- implementation "com.pranavpandey.android:dynamic-dialogs:$mavenVersion"
}
diff --git a/settings.gradle b/settings.gradle
index 2e261d406..4d7bba96a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,2 +1 @@
-include ':sample'
-include 'dynamic-support'
+include ':sample', 'dynamic-support'