mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-03-09 01:26:22 -04:00
Update AGP and commons
This commit is contained in:
@@ -97,7 +97,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.simple.tools.commons)
|
||||
implementation(libs.fossify.commons)
|
||||
implementation(libs.androidx.emoji2.bundled)
|
||||
implementation(libs.androidx.autofill)
|
||||
|
||||
|
||||
@@ -8,10 +8,10 @@ androidx-emoji2 = "1.2.0"
|
||||
ksp = "1.9.0-1.0.12"
|
||||
#Room
|
||||
room = "2.6.0-beta01"
|
||||
#Simple tools
|
||||
simple-commons = "e3c1bea9a9"
|
||||
#Fossify
|
||||
commons = "e3c1bea9a9"
|
||||
#Gradle
|
||||
gradlePlugins-agp = "8.1.1"
|
||||
gradlePlugins-agp = "8.2.0"
|
||||
#build
|
||||
app-build-compileSDKVersion = "34"
|
||||
app-build-targetSDK = "34"
|
||||
@@ -20,8 +20,8 @@ app-build-javaVersion = "VERSION_17"
|
||||
app-build-kotlinJVMTarget = "17"
|
||||
#versioning
|
||||
app-version-appId = "com.simplemobiletools.keyboard"
|
||||
app-version-versionCode = "24"
|
||||
app-version-versionName = "5.4.9"
|
||||
app-version-versionCode = "1"
|
||||
app-version-versionName = "1.0.0"
|
||||
[libraries]
|
||||
#AndroidX
|
||||
androidx-autofill = { module = "androidx.autofill:autofill", version.ref = "androidx-autofill" }
|
||||
@@ -30,8 +30,8 @@ androidx-emoji2-bundled = { module = "androidx.emoji2:emoji2-bundled", version.r
|
||||
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
||||
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
||||
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||||
#Simple Mobile Tools
|
||||
simple-tools-commons = { module = "com.github.SimpleMobileTools:Simple-Commons", version.ref = "simple-commons" }
|
||||
#Fossify
|
||||
fossify-commons = { module = "org.fossify:commons", version.ref = "commons" }
|
||||
[bundles]
|
||||
room = [
|
||||
"androidx-room-ktx",
|
||||
|
||||
Reference in New Issue
Block a user