From 74502071bfc5b0a733a3b1de59f43b0228fbeaa9 Mon Sep 17 00:00:00 2001 From: Timothy Ojo <105870929+timothyao@users.noreply.github.com> Date: Sun, 31 Dec 2023 02:25:37 +0100 Subject: [PATCH] Remove Build Script Constraint Remove buildscript constraint to allow the plugin work with future version --- platform_device_id/android/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/platform_device_id/android/build.gradle b/platform_device_id/android/build.gradle index 1ab78e3..de88c53 100644 --- a/platform_device_id/android/build.gradle +++ b/platform_device_id/android/build.gradle @@ -2,7 +2,6 @@ group 'com.di1shuai.platform_device_id' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.3.50' repositories { google() jcenter()