Skip to content

Commit 678f7e3

Browse files
committed
Updated examples to use AA 3.2
1 parent 9d27384 commit 678f7e3

11 files changed

Lines changed: 12 additions & 12 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ jdk:
55
android:
66
components:
77
- android-14
8-
- build-tools-20.0.0
8+
- build-tools-21.1.1
99
licenses:
1010
- android-sdk-license-5be876d5
1111
before_script:
1212
- export TERM=dumb
1313
script:
1414
- mvn -f AndroidAnnotations/pom.xml install
15-
- mvn -f examples/maveneclipse/pom.xml install -Dandroidannotations.version=3.2-SNAPSHOT
15+
- mvn -f examples/maveneclipse/pom.xml install -Dandroidannotations.version=3.3-SNAPSHOT
1616
- ./examples/gradle/gradlew build --build-file examples/gradle/build.gradle
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<factorypath>
22
<factorypathentry kind="PLUGIN" id="org.eclipse.jst.ws.annotations.core" enabled="true" runInBatchMode="false"/>
3-
<factorypathentry kind="WKSPJAR" id="/HelloWorldEclipse/compile-libs/androidannotations-3.1.jar" enabled="true" runInBatchMode="false"/>
4-
<factorypathentry kind="WKSPJAR" id="/HelloWorldEclipse/libs/androidannotations-api-3.1.jar" enabled="true" runInBatchMode="false"/>
3+
<factorypathentry kind="WKSPJAR" id="/HelloWorldEclipse/compile-libs/androidannotations-3.2.jar" enabled="true" runInBatchMode="false"/>
4+
<factorypathentry kind="WKSPJAR" id="/HelloWorldEclipse/libs/androidannotations-api-3.2.jar" enabled="true" runInBatchMode="false"/>
55
</factorypath>

examples/HelloWorldEclipse/compile-libs/androidannotations-3.1.jar renamed to examples/HelloWorldEclipse/compile-libs/androidannotations-3.2.jar

660 KB
Binary file not shown.

examples/HelloWorldEclipse/libs/androidannotations-api-3.1.jar renamed to examples/HelloWorldEclipse/libs/androidannotations-api-3.2.jar

104 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<factorypath>
22
<factorypathentry kind="PLUGIN" id="org.eclipse.jst.ws.annotations.core" enabled="true" runInBatchMode="false"/>
3-
<factorypathentry kind="WKSPJAR" id="/RoboGuiceExample/compile-libs/androidannotations-3.1.jar" enabled="true" runInBatchMode="false"/>
4-
<factorypathentry kind="WKSPJAR" id="/RoboGuiceExample/libs/androidannotations-api-3.1.jar" enabled="true" runInBatchMode="false"/>
3+
<factorypathentry kind="WKSPJAR" id="/RoboGuiceExample/compile-libs/androidannotations-3.2.jar" enabled="true" runInBatchMode="false"/>
4+
<factorypathentry kind="WKSPJAR" id="/RoboGuiceExample/libs/androidannotations-api-3.2.jar" enabled="true" runInBatchMode="false"/>
55
</factorypath>

examples/RoboGuiceExample/compile-libs/androidannotations-3.1.jar renamed to examples/RoboGuiceExample/compile-libs/androidannotations-3.2.jar

660 KB
Binary file not shown.

examples/RoboGuiceExample/libs/androidannotations-api-3.1.jar renamed to examples/RoboGuiceExample/libs/androidannotations-api-3.2.jar

104 KB
Binary file not shown.

examples/gradle/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55
dependencies {
66
// replace with the current version of the Android plugin
7-
classpath 'com.android.tools.build:gradle:0.12.2'
7+
classpath 'com.android.tools.build:gradle:0.14.1'
88
// the latest version of the android-apt plugin
99
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
1010
}
@@ -17,7 +17,7 @@ repositories {
1717

1818
apply plugin: 'com.android.application'
1919
apply plugin: 'android-apt'
20-
def AAVersion = '3.2-SNAPSHOT' // change this to your desired version, for example the latest stable: 3.1
20+
def AAVersion = '3.3-SNAPSHOT' // change this to your desired version, for example the latest stable: 3.2
2121

2222
dependencies {
2323
apt "org.androidannotations:androidannotations:$AAVersion"
@@ -40,7 +40,7 @@ apt {
4040

4141
android {
4242
compileSdkVersion 19
43-
buildToolsVersion "20.0.0"
43+
buildToolsVersion "21.1.1"
4444

4545
defaultConfig {
4646
minSdkVersion 9
-331 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Aug 29 09:18:35 CEST 2014
1+
#Sun Oct 12 18:52:40 CEST 2014
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip

0 commit comments

Comments
 (0)