@@ -5,12 +5,12 @@ repositories {
55}
66
77android {
8- compileSdkVersion 25
9- buildToolsVersion " 25 .0.2"
8+ compileSdkVersion 27
9+ buildToolsVersion " 27 .0.2"
1010 defaultConfig {
1111 applicationId " com.nishant.mathsample"
12- minSdkVersion 19
13- targetSdkVersion 25
12+ minSdkVersion 17
13+ targetSdkVersion 27
1414 versionCode 1
1515 versionName " 1.0"
1616 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -24,16 +24,16 @@ android {
2424}
2525
2626dependencies {
27- compile ' com.jakewharton:butterknife:8.4.0'
28- annotationProcessor ' com.jakewharton:butterknife-compiler:8.4.0'
29-
30- compile fileTree(dir : ' libs' , include : [' *.jar' ])
27+ implementation ' com.jakewharton:butterknife:8.8.1'
28+ annotationProcessor ' com.jakewharton:butterknife-compiler:8.8.1'
29+ implementation fileTree(include : [' *.jar' ], dir : ' libs' )
3130 androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
3231 exclude group : ' com.android.support' , module : ' support-annotations'
3332 })
34- // compile project(path: ':mathview-lib')
35- compile ' com.github.Nishant-Pathak:MathView:v1.1'
36- // compile 'com.github.Nishant-Pathak:App-Math:v0.6'
37- compile ' com.android.support:appcompat-v7:25.2.0'
38- testCompile ' junit:junit:4.12'
33+ // compile project(path: ':mathview-lib')
34+ implementation ' com.github.Nishant-Pathak:MathView:v1.1'
35+ // compile 'com.github.Nishant-Pathak:App-Math:v0.6'
36+ implementation ' com.android.support:appcompat-v7:27.0.2'
37+ androidTestImplementation ' junit:junit:4.12'
38+ compile project(path : ' :mathview-lib' )
3939}
0 commit comments