Skip to content

Commit

Permalink
Support minSdkVersion 15
Browse files Browse the repository at this point in the history
  • Loading branch information
aalhazmy committed Feb 29, 2016
1 parent 579b673 commit bf6af7d
Show file tree
Hide file tree
Showing 13 changed files with 136 additions and 8 deletions.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![](https://img.shields.io/badge/Platform-Android-brightgreen.svg)
![](https://img.shields.io/badge/Android-CustomView-blue.svg)
![](https://img.shields.io/crates/l/rustc-serialize.svg)
![](https://img.shields.io/badge/version-0.1.2_beta-blue.svg)
![](https://img.shields.io/badge/version-1.0.0-blue.svg)

------
Android has a built in microphone through which you can capture audio and store it , or play it in your phone. There are many ways to do that but with this dialog you can do all thats with only one dialog.
Expand All @@ -23,7 +23,7 @@ You can report any issue on issues page. **Note: If you speak Arabic, you can su
<dependency>
<groupId>net.alhazmy13.MediaRecorderDialog</groupId>
<artifactId>libary</artifactId>
<version>0.1.2-beta</version>
<version>1.0.0</version>
</dependency>
```

Expand All @@ -32,7 +32,7 @@ You can report any issue on issues page. **Note: If you speak Arabic, you can su
```gradle
dependencies {
compile 'net.alhazmy13.MediaRecorderDialog:libary:0.1.2-beta'
compile 'net.alhazmy13.MediaRecorderDialog:libary:1.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {

defaultConfig {
applicationId "net.alhazmy13.mediarecorderdialog"
minSdkVersion 16
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-alpha5'
classpath 'com.android.tools.build:gradle:2.0.0-alpha9'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
// NOTE: Do not place your application dependencies here; they belong
Expand Down
6 changes: 3 additions & 3 deletions libary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/alhzmy13/MediaRecorderDialog'
gitUrl = 'https://github.com/alhzmy13/MediaRecorderDialog.git'

libraryVersion = '0.1.2-beta'
libraryVersion = '1.0.0'

developerId = 'alhazmy13'
developerName = 'Abdullah Alhazmy'
Expand All @@ -29,7 +29,7 @@ android {
buildToolsVersion "23.0.2"

defaultConfig {
minSdkVersion 16
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
Expand All @@ -49,7 +49,7 @@ dependencies {
compile 'com.skyfishjy.ripplebackground:library:1.0.1'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.daimajia.androidanimations:library:1.1.3@aar'
compile 'net.alhazmy13.Gota:libary:1.0.2-beta'
compile 'net.alhazmy13.Gota:libary:1.1.0'
compile 'com.android.support:appcompat-v7:23.1.1'


Expand Down

0 comments on commit bf6af7d

Please sign in to comment.