Release 1.0

This commit is contained in:
soraefir
2024-06-28 22:55:49 +02:00
parent 9fb11df99e
commit af839915cc
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.5.0' apply false
id 'com.android.library' version '8.5.0' apply false
id 'com.android.application' version '8.4.2' apply false
id 'com.android.library' version '8.4.2' apply false
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
}