File tree Expand file tree Collapse file tree 3 files changed +7
-56
lines changed Expand file tree Collapse file tree 3 files changed +7
-56
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.1.2 '
8
+ classpath ' com.android.tools.build:gradle:3.0.0-beta7 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- # Mon Dec 28 10:00:20 PST 2015
1
+ # Tue Oct 10 21:43:15 IDT 2017
2
2
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.10 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
Original file line number Diff line number Diff line change 1
- buildscript {
2
- repositories {
3
- jcenter()
4
- mavenCentral()
5
- }
6
- dependencies {
7
- classpath ' com.android.tools.build:gradle:1.1.1'
8
- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
9
- }
10
- }
11
-
12
- plugins {
13
- id " com.jfrog.bintray" version " 1.5"
14
- }
15
-
16
- group = ' com.rgghgh.nfcactivity'
17
- version = ' 1.2'
18
-
19
- allprojects {
20
- repositories {
21
- jcenter()
22
- }
23
- apply plugin : ' com.android.library'
24
- apply plugin : ' com.github.dcendents.android-maven'
25
- }
1
+ apply plugin : ' com.android.library'
26
2
27
3
android {
28
4
compileSdkVersion 24
29
- buildToolsVersion " 23 .0.2"
5
+ buildToolsVersion ' 26 .0.2'
30
6
31
7
defaultConfig {
32
8
minSdkVersion 21
33
9
targetSdkVersion 24
34
- versionCode 3
35
- versionName " 1.2 "
10
+ versionCode 2
11
+ versionName " 1.1 "
36
12
}
37
13
buildTypes {
38
14
release {
@@ -47,28 +23,3 @@ dependencies {
47
23
testCompile ' junit:junit:4.12'
48
24
compile ' com.android.support:appcompat-v7:24.0.0'
49
25
}
50
-
51
- bintray {
52
- user = ' rgghgh'
53
- key = ' '
54
- pkg {
55
- repo = ' maven'
56
- name = ' com.rgghgh.nfcactivity'
57
-
58
- version {
59
- name = ' 1.2'
60
- desc = ' An Android library that make NFC communication Simple.'
61
- released = new Date ()
62
- vcsTag = ' 1.2'
63
- }
64
-
65
- licenses = [' Apache-2.0' ]
66
- vcsUrl = ' https://github.com/Rgghgh/NfcActivity'
67
- websiteUrl = ' http://dev.rgghgh.com/nfcactivity/'
68
- }
69
- configurations = [' archives' ]
70
- }
71
-
72
- task wrapper (type : Wrapper ) {
73
- gradleVersion = ' 2.4'
74
- }
You can’t perform that action at this time.
0 commit comments