File tree 4 files changed +17
-12
lines changed
4 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 22
4
+ compileSdkVersion 23
5
5
buildToolsVersion ' 22.0.1'
6
6
defaultConfig {
7
7
applicationId ' com.devpaul.bluetoothutilitydemo'
8
8
minSdkVersion 14
9
- targetSdkVersion 22
9
+ targetSdkVersion 23
10
10
versionCode 5
11
11
versionName ' 1.4'
12
12
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
+ apply plugin : ' com.github.dcendents.android-maven'
3
+
4
+ group = ' com.github.DeveloperPaul123'
2
5
3
6
repositories {
4
7
mavenCentral()
5
8
jcenter()
6
- maven { url ' https://dl.bintray.com/drummer-aidan/maven ' }
9
+ maven { url " https://jitpack.io " }
7
10
}
8
11
9
12
android {
10
- compileSdkVersion 22
11
- buildToolsVersion " 22.0.0 "
13
+ compileSdkVersion 23
14
+ buildToolsVersion " 22.0.1 "
12
15
13
16
defaultConfig {
14
17
minSdkVersion 14
15
- targetSdkVersion 22
18
+ targetSdkVersion 23
16
19
versionName project. VERSION_NAME
17
20
versionCode Integer . parseInt(project. VERSION_CODE )
18
21
}
@@ -26,9 +29,9 @@ android {
26
29
27
30
dependencies {
28
31
compile fileTree(include : [' *.jar' ], dir : ' libs' )
29
- compile ' com.android.support:support-v4:22.2.1'
30
- compile ' com.android.support:appcompat-v7:22.2.1'
31
- compile ' com.afollestad:material-dialogs:0.7.8.1'
32
+ compile ' com.android.support:support-v4:23.0.1'
33
+ compile ' com.android.support:appcompat-v7:23.0.1'
34
+ compile(' com.afollestad.material-dialogs:core:0.8.1.0@aar' ) {
35
+ transitive = true
36
+ }
32
37
}
33
-
34
- apply from : ' ../maven_push.gradle'
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ buildscript {
8
8
dependencies {
9
9
classpath ' com.android.tools.build:gradle:1.2.3'
10
10
classpath ' com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
11
+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
11
12
// NOTE: Do not place your application dependencies here; they belong
12
13
// in the individual module build.gradle files
13
14
}
@@ -23,6 +24,7 @@ allprojects {
23
24
repositories {
24
25
mavenCentral()
25
26
jcenter()
27
+ maven {url " https://jitpack.io" }
26
28
}
27
29
}
28
30
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.2.1-all .zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.4-bin .zip
You can’t perform that action at this time.
0 commit comments