Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ jdk: oraclejdk8 android: components: - tools - build-tools-25.0.0 - build-tools-25.0.2 - platform-tools - extra-android-m2repository - extra-google-android-support Loading app/build.gradle +3 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion '25.0.0' buildToolsVersion '25.0.2' defaultConfig { applicationId "net.fabiszewski.ulogger" minSdkVersion 10 targetSdkVersion 25 versionCode 1 versionName "1.0" versionCode 101 versionName "1.1" } buildTypes { Loading Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ jdk: oraclejdk8 android: components: - tools - build-tools-25.0.0 - build-tools-25.0.2 - platform-tools - extra-android-m2repository - extra-google-android-support Loading
app/build.gradle +3 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion '25.0.0' buildToolsVersion '25.0.2' defaultConfig { applicationId "net.fabiszewski.ulogger" minSdkVersion 10 targetSdkVersion 25 versionCode 1 versionName "1.0" versionCode 101 versionName "1.1" } buildTypes { Loading