Skip to content

Instantly share code, notes, and snippets.

@rraval
Created April 18, 2019 14:56
Show Gist options
  • Save rraval/dffdbd2ee7cf1a403384852be9a22966 to your computer and use it in GitHub Desktop.
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
--- 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