Skip to content

Commit

Permalink
reduce min support to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitSurwase committed Jan 19, 2018
1 parent 9a7da1f commit 8cf9edc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .idea/modules.xml

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

2 changes: 1 addition & 1 deletion example_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
compileSdkVersion 26
defaultConfig {
applicationId "com.rohitss.uce_handler"
minSdkVersion 16
minSdkVersion 14
targetSdkVersion 26
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion ignore-dummy-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {


defaultConfig {
minSdkVersion 16
minSdkVersion 14
targetSdkVersion 26
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion uce_handler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {


defaultConfig {
minSdkVersion 16
minSdkVersion 14
targetSdkVersion 26
versionCode 1
versionName "1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* * limitations under the License.
*
*/

package com.rohitss.uceh;

import android.annotation.SuppressLint;
Expand Down

0 comments on commit 8cf9edc

Please sign in to comment.