Created
April 18, 2019 14:56
-
-
Save rraval/dffdbd2ee7cf1a403384852be9a22966 to your computer and use it in GitHub Desktop.
Patch to get the AUR package for Android Studio to detect the Kotlin plugin as compatible
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- build.txt 1969-12-31 19:00:00.000000000 -0500 | |
+++ build.txt 2019-04-09 20:46:11.000000000 -0400 | |
@@ -0,0 +1 @@ | |
+AI-183.5429.30.34.5452501 | |
\ No newline at end of file | |
--- product-info.json 1969-12-31 19:00:00.000000000 -0500 | |
+++ product-info.json 2019-04-09 20:46:16.000000000 -0400 | |
@@ -0,0 +1,14 @@ | |
+{ | |
+ "name": "Android Studio", | |
+ "version": "3.4", | |
+ "buildNumber": "5452501", | |
+ "productCode": "AI", | |
+ "launch": [ | |
+ { | |
+ "os": "Linux", | |
+ "launcherPath": "bin/studio.sh", | |
+ "vmOptionsFilePath": "bin/studio64.vmoptions", | |
+ "startupWmClass": "jetbrains-studio" | |
+ } | |
+ ] | |
+} | |
\ No newline at end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment