bump com.gladed.androidgitversion to fix android studio building (#19328)

fixes "Could not find com.android.tools.build:gradle:2.3.3."

ref: https://github.com/gladed/gradle-android-git-version/issues/55
This commit is contained in:
Katharine Chui 2024-07-16 16:53:35 +02:00 committed by GitHub
parent e01ca5b057
commit 9b9f7bdcd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
plugins {
id 'com.gladed.androidgitversion' version '0.4.5'
id 'com.gladed.androidgitversion' version '0.4.14'
}
apply plugin: 'com.android.application'