mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
fork
This commit is contained in:
parent
0ed2f0d020
commit
e85f00d293
51 changed files with 439 additions and 515 deletions
|
@ -3,15 +3,15 @@ apply plugin: 'kotlin-android'
|
|||
apply plugin: 'kotlin-android-extensions'
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.3"
|
||||
compileSdkVersion 33
|
||||
buildToolsVersion "30.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.finnmglas.launcher"
|
||||
applicationId "de.jrpie.android.launcher"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
versionCode 12
|
||||
versionName "v1.6.0"
|
||||
targetSdkVersion 33
|
||||
versionCode 13
|
||||
versionName "j-alpha-0.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue