Compare commits
	
		
			No commits in common. "2b9a52b925e7e520701f7f5301fec8fb9e35bc52" and "4ca61846e4291e544727c36a20185c7e7136022a" have entirely different histories.
		
	
	
		
			2b9a52b925
			...
			4ca61846e4
		
	
		|  | @ -7,8 +7,8 @@ variables: | |||
|   ANDROID_SDK_TOOLS:   "7583922" | ||||
| 
 | ||||
| before_script: | ||||
|     - apt-get update -y --quiet > /dev/null | ||||
|     - DEBIAN_FRONTEND=noninteractive apt-get install -y --quiet wget tar unzip lib32stdc++6 lib32z1 openjdk-11-jre > /dev/null | ||||
|     - apt-get update -y --quiet | ||||
|     - DEBIAN_FRONTEND=noninteractive apt-get install -y --quiet wget tar unzip lib32stdc++6 lib32z1 openjdk-11-jre | ||||
|     - export ANDROID_HOME=$PWD/android-home | ||||
|     - mkdir -p "$ANDROID_HOME" | ||||
|     - cd "$ANDROID_HOME" | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ | |||
|         android:label="@string/app_name" | ||||
|         android:roundIcon="@mipmap/ic_launcher_round" | ||||
|         android:supportsRtl="true" | ||||
|         android:theme="@style/Theme.Unshortify"> | ||||
|         android:theme="@style/Theme.Unshortify" /> | ||||
| 
 | ||||
|         <activity android:name="ShareActivity" | ||||
|             android:exported="true"> | ||||
|  | @ -19,5 +19,4 @@ | |||
|                 <data android:mimeType="text/plain" /> | ||||
|             </intent-filter> | ||||
|         </activity> | ||||
|     </application> | ||||
| </manifest> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue