File tree Expand file tree Collapse file tree
fullscreenmediacontrollerlibrary Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ buildscript {
66 }
77 dependencies {
88 classpath ' com.android.tools.build:gradle:2.3.3'
9+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
910
1011 // NOTE: Do not place your application dependencies here; they belong
1112 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2+ apply plugin : ' com.github.dcendents.android-maven'
3+
4+ group= ' com.github.ileafsolutions'
25
36android {
47 compileSdkVersion 26
@@ -8,8 +11,8 @@ android {
811 defaultConfig {
912 minSdkVersion 14
1013 targetSdkVersion 26
11- versionCode 1
12- versionName " 1.0 "
14+ versionCode 2
15+ versionName " 1.1 "
1316
1417 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1518
You can’t perform that action at this time.
0 commit comments