Commit 1b59a83c authored by Bruno Agrizzi's avatar Bruno Agrizzi

25.0.0

parent 8da14c25
...@@ -39,7 +39,7 @@ functionalTests: ...@@ -39,7 +39,7 @@ functionalTests:
- $ANDROID_HOME/tools/emulator -avd test -no-window -no-audio -no-boot-anim & - $ANDROID_HOME/tools/emulator -avd test -no-window -no-audio -no-boot-anim &
- $ANDROID_HOME/platform-tools/adb wait-for-device shell input keyevent 82 - $ANDROID_HOME/platform-tools/adb wait-for-device shell input keyevent 82
- $ANDROID_HOME/platform-tools/adb devices - $ANDROID_HOME/platform-tools/adb devices
- ./gradlew -q cAT - ./gradlew cAT
artifacts: artifacts:
paths: paths:
- app/build/reports/androidTests/ - app/build/reports/androidTests/
...@@ -2,7 +2,7 @@ apply plugin: 'com.android.application' ...@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 25 compileSdkVersion 25
buildToolsVersion '25.0.3' buildToolsVersion '25.0.0'
defaultConfig { defaultConfig {
applicationId "com.greysonparrelli.gitlabciandroid" applicationId "com.greysonparrelli.gitlabciandroid"
minSdkVersion 19 minSdkVersion 19
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment