File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add to your application's `build.gradle` file
2828
2929``` groovy
3030dependencies {
31- compile 'org.jboss.aerogear:aerogear-android-core:3.1 .0'
31+ compile 'org.jboss.aerogear:aerogear-android-core:4.0 .0'
3232}
3333```
3434
@@ -40,7 +40,7 @@ Include the following dependencies in your project's `pom.xml`
4040<dependency >
4141 <groupId >org.jboss.aerogear</groupId >
4242 <artifactId >aerogear-android-core</artifactId >
43- <version >3.1 .0</version >
43+ <version >4.0 .0</version >
4444 <type >aar</type >
4545</dependency >
4646```
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3+ google()
34 jcenter()
45 }
56 dependencies {
6- classpath ' com.android.tools.build:gradle:2.3.2 '
7- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
7+ classpath ' com.android.tools.build:gradle:3.0.0 '
8+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0 '
89 }
910}
1011
Original file line number Diff line number Diff line change 22 java :
33 version : oraclejdk8
44 environment :
5- ANDROID_SDK : " android-25 "
6- BUILD_TOOLS : " 25 .0.3 "
5+ ANDROID_SDK : " android-26 "
6+ BUILD_TOOLS : " 26 .0.2 "
77
88dependencies :
99 pre :
Original file line number Diff line number Diff line change 11# Android Stuff
22
3- VERSION_CODE =310
4- VERSION_NAME =3.1 .0
3+ VERSION_CODE =400
4+ VERSION_NAME =4.0 .0
55
66# Bintray Stuff
77
Original file line number Diff line number Diff line change 1- # Mon Jun 26 17:02:23 BRT 2017
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
43zipStoreBase =GRADLE_USER_HOME
54zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 25
5- buildToolsVersion " 25 .0.3 "
4+ compileSdkVersion 26
5+ buildToolsVersion " 26 .0.2 "
66
77 defaultConfig {
88 minSdkVersion 16
9- targetSdkVersion 25
9+ targetSdkVersion 26
1010
1111 versionCode Integer . parseInt(project. property(" VERSION_CODE" ))
1212 versionName project. property(" VERSION_NAME" )
You can’t perform that action at this time.
0 commit comments