Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Update: build.gradle
Browse files Browse the repository at this point in the history
Requires sdk > 11 and more
  • Loading branch information
stypr committed May 15, 2018
1 parent 5c99119 commit 32ed7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AhMyth-Client/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {
buildToolsVersion '25.0.0'
defaultConfig {
applicationId "ahmyth.mine.king.ahmyth"
minSdkVersion 10
targetSdkVersion 18
minSdkVersion 11
targetSdkVersion 24
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 32ed7bd

Please sign in to comment.