I was wondering if someone could point me in the right direction. I've checked out the source as described in the docs:
repo init -u https://android.googlesource.com/platform/manifest -b > ub-tools-idea133 This gives me the latest dev branch (0.13), but I want to compile the gradle plugin 0.12.2. The docs say to change a line in the repo manifest.xml, so I've tried to change it to: <project path="tools/base" name="platform/tools/base" > *revision="gradle_0.12.2"* /> But this gives me an error: error: in `sync`: revision gradle_0.12.2 in platform/tools/base not found What's the correct way to check out the branch/tag for 0.12.2? Thanks! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
