Skip to content

Commit

Permalink
minSdkVersion changed to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvgiri committed Dec 14, 2017
1 parent d7b4fd2 commit 7385c53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'


// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion canvaslibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {


defaultConfig {
minSdkVersion 19
minSdkVersion 16
targetSdkVersion 26
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion instapk.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Sat Nov 04 00:25:51 IST 2017
#Thu Dec 14 23:40:48 IST 2017
project.token=xxxxxx

0 comments on commit 7385c53

Please sign in to comment.