Compare commits
	
		
			3 Commits
		
	
	
		
			v171811321
			...
			v171811321
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 600adc81b5 | ||
|  | ddac2870af | ||
| 8d9c8c1394 | 
| @@ -10,7 +10,7 @@ ext { | ||||
| } | ||||
|  | ||||
| def gitVersion() { | ||||
|     def process = "git for-each-ref refs/tags --sort=-taggerdate --format='%(refname:short)' --count=1".execute() | ||||
|     def process = "git for-each-ref refs/tags --sort=-authordate --format='%(refname:short)' --count=1".execute() | ||||
|     return process.text.replaceAll("'", "").substring(1).replaceAll("\\.", "").trim() | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -9,7 +9,8 @@ | ||||
|     <androidx.core.widget.NestedScrollView | ||||
|         android:id="@+id/nestedScrollView" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent"> | ||||
|         android:layout_height="match_parent" | ||||
|         android:scrollbars="vertical"> | ||||
|  | ||||
|         <androidx.constraintlayout.widget.ConstraintLayout | ||||
|             android:layout_width="match_parent" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user