Skip to content

Instantly share code, notes, and snippets.

View 0nko's full-sized avatar
🏠
Working from home

Ondrej Ruttkay 0nko

🏠
Working from home
View GitHub Profile
@hypest
hypest / compile-aztec-directly.patch
Created June 6, 2018 11:31
wpandroid patch to compile Aztec directly
diff --git a/build.gradle b/build.gradle
index 29290bc..fb8d9b4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,19 @@
buildscript {
- ext.kotlin_version = '1.2.31'
- ext.arch_components_version = '1.1.1'
+ ext {
+ gradlePluginVersion = '3.0.1'