Compare commits
	
		
			1 Commits
		
	
	
		
			v171810293
			...
			v171810302
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					99fc417109 | 
@@ -69,6 +69,7 @@
 | 
			
		||||
                app:layout_constraintLeft_toRightOf="@+id/sourceImage"
 | 
			
		||||
                app:layout_constraintRight_toRightOf="parent"
 | 
			
		||||
                app:layout_constraintTop_toTopOf="@+id/sourceImage"
 | 
			
		||||
                android:autoLink="web"
 | 
			
		||||
                tools:text="Titre" />
 | 
			
		||||
 | 
			
		||||
            <TextView
 | 
			
		||||
 
 | 
			
		||||
@@ -33,6 +33,7 @@
 | 
			
		||||
        app:layout_constraintHorizontal_bias="0.0"
 | 
			
		||||
        app:layout_constraintStart_toEndOf="@+id/itemImage"
 | 
			
		||||
        app:layout_constraintTop_toTopOf="parent"
 | 
			
		||||
        android:autoLink="web"
 | 
			
		||||
        tools:text="Titre" />
 | 
			
		||||
 | 
			
		||||
    <TextView
 | 
			
		||||
 
 | 
			
		||||
@@ -1 +1,14 @@
 | 
			
		||||
include ':app'
 | 
			
		||||
include ':app'
 | 
			
		||||
 | 
			
		||||
ext.isCiServer = !!System.getProperty("CI")
 | 
			
		||||
 | 
			
		||||
buildCache {
 | 
			
		||||
    local {
 | 
			
		||||
        enabled = !isCiServer
 | 
			
		||||
    }
 | 
			
		||||
    remote(HttpBuildCache) {
 | 
			
		||||
        // DO NOT COMMIT !!!!!
 | 
			
		||||
        url = 'http://amine-bou.fr:8885/cache/'
 | 
			
		||||
        push = isCiServer
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user