Rebranded the app
Modified the app packages, name and version and changed the compile SDK version to 29.
This commit is contained in:
parent
bf2ab65870
commit
3ce4cd4a6c
61 changed files with 2088 additions and 99 deletions
|
@ -1,15 +1,14 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion '28.0.3'
|
||||
compileSdkVersion 29
|
||||
|
||||
defaultConfig {
|
||||
applicationId "io.github.trytonvanmeer.libretrivia"
|
||||
applicationId "com.luca0n.joguitos.pluck"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
versionCode 3
|
||||
versionName "0.3"
|
||||
targetSdkVersion 29
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
@ -28,7 +27,7 @@ android {
|
|||
}
|
||||
|
||||
ext {
|
||||
butterknife = '9.0.0-rc2'
|
||||
butterknife = '10.2.3'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue