mirror of
https://github.com/jrpie/Launcher.git
synced 2025-06-08 02:11:24 +02:00
Merge branch 'master' of https://github.com/jrpie/Launcher
This commit is contained in:
commit
118352740c
10 changed files with 62 additions and 2 deletions
|
@ -23,8 +23,8 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 35
|
||||
compileSdk 35
|
||||
versionCode 28
|
||||
versionName "j-0.0.14"
|
||||
versionCode 29
|
||||
versionName "j-0.0.15"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
@ -59,6 +59,10 @@ android {
|
|||
includeInBundle = false
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue