From 0247952076180be2e73aa60f87c5d6c471275490 Mon Sep 17 00:00:00 2001 From: bsz0206 Date: Thu, 3 Aug 2023 17:44:21 -0700 Subject: [PATCH] Update build.gradle removed Kotlin version constraint to follow the main and work for newer versions of android --- 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()