File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - build-tools-20.0.0
66 licenses :
77 - android-sdk-license-5be876d5
8+ before_script :
9+ - export TERM=dumb
810script :
911 - mvn -f AndroidAnnotations/pom.xml install
10- - mvn -f examples/maveneclipse/pom.xml install
12+ - mvn -f examples/maveneclipse/pom.xml install -Dandroidannotations.version=3.1-SNAPSHOT
13+ - ./examples/gradle/gradlew build --build-file examples/gradle/build.gradle
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717
1818apply plugin : ' com.android.application'
1919apply plugin : ' android-apt'
20- def AAVersion = ' 3.0.1'
20+ def AAVersion = ' 3.1-SNAPSHOT ' // change this to your desired version, for example the latest stable: 3. 0.1
2121
2222dependencies {
2323 apt " org.androidannotations:androidannotations:$AAVersion "
You can’t perform that action at this time.
0 commit comments