Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Mar 10, 2018
1 parent 0e79a71 commit e1c97f6
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 7 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src="https://raw.githubusercontent.com/pranavpandey/dynamic-support/master/graphics/ads-screen-1.png" width="280" height="486"><img src="https://raw.githubusercontent.com/pranavpandey/dynamic-support/master/graphics/ads-screen-3.png" width="280" height="486"><img src="https://raw.githubusercontent.com/pranavpandey/dynamic-support/master/graphics/ads-screen-4.png" width="280" height="486">

<img src="https://raw.githubusercontent.com/pranavpandey/dynamic-support/master/graphics/ads-screen-5.png" width="280" height="486"><img src="https://raw.githubusercontent.com/pranavpandey/dynamic-support/master/graphics/ads-screen-6.png" width="280" height="486"><img src="https://raw.githubusercontent.com/pranavpandey/dynamic-support/master/graphics/ads-screen-7.png" width="280" height="486">

---

## Contents
Expand All @@ -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'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand All @@ -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'
Expand All @@ -49,7 +49,7 @@ ext {
licenseDistribution = 'repo'
allLicenses = ["Apache-2.0"]

versionCode = 9
versionCode = 10

buildTools = '27.0.3'
minSdk = 14
Expand Down
5 changes: 5 additions & 0 deletions dynamic-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Binary file added graphics/ads-screen-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/ads-screen-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/ads-screen-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/ads-screen-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/ads-screen-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/ads-screen-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/ads-screen-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ android {

dependencies {
implementation project(':dynamic-support')
implementation "com.pranavpandey.android:dynamic-dialogs:$mavenVersion"
}
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include ':sample'
include 'dynamic-support'
include ':sample', 'dynamic-support'

0 comments on commit e1c97f6

Please sign in to comment.