Change the artifact identifier for the retrofit2-rx sample

This commit is contained in:
Silvio Heuberger
2016-01-22 17:00:26 +01:00
parent d60f7d1186
commit e34706386f
10 changed files with 21 additions and 14 deletions

View File

@@ -71,8 +71,8 @@ if(hasProperty('target') && target == 'android') {
apply plugin: 'java'
apply plugin: 'maven'
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
install {
repositories.mavenInstaller {

View File

@@ -100,8 +100,9 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>
1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>