Skip to content

Commit

Permalink
Merge pull request #3 from mntechnique/develop
Browse files Browse the repository at this point in the history
min sdk to 15
  • Loading branch information
revant authored Jul 27, 2017
2 parents 4abcd23 + 317ef4a commit 6d85c96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ android {
compileSdkVersion 26
buildToolsVersion "26.0.0"
defaultConfig {
minSdkVersion 21
minSdkVersion 15
targetSdkVersion 26
versionCode 3
versionName "0.9.2"
versionCode 4
versionName "0.9.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true"
android:name="com.mntechnique.otpmobileauth.ApplicationController"
android:theme="@style/AppTheme">
Expand Down

0 comments on commit 6d85c96

Please sign in to comment.