File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ apply plugin: 'kotlin-android'
33apply plugin : ' kotlin-android-extensions'
44
55android {
6- compileSdkVersion 26
6+ compileSdkVersion 27
77 buildToolsVersion " 26.0.2"
88 defaultConfig {
99 applicationId " com.darkrockstudios.apps.pcvolumemixer"
1010 minSdkVersion 21
11- targetSdkVersion 26
12- versionCode 8
13- versionName " 0.05 "
11+ targetSdkVersion 27
12+ versionCode 9
13+ versionName " 0.06 "
1414 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1515 }
1616 compileOptions {
@@ -29,8 +29,8 @@ android {
2929dependencies {
3030 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3131
32- implementation ' com.android.support:appcompat-v7:26.1.0 '
33- implementation ' com.android.support:design:26.1.0 '
32+ implementation ' com.android.support:appcompat-v7:27.0.1 '
33+ implementation ' com.android.support:design:27.0.1 '
3434 implementation ' com.android.support.constraint:constraint-layout:1.0.2'
3535 implementation ' com.h6ah4i.android.widget.verticalseekbar:verticalseekbar:0.7.2'
3636
You can’t perform that action at this time.
0 commit comments