Rebranded the app

Modified the app packages, name and version and changed the compile SDK version to 29.
This commit is contained in:
luca0N! 2021-03-03 00:28:55 -03:00
parent bf2ab65870
commit 3ce4cd4a6c
Signed by: luca0N
GPG key ID: 2E7B4655CF16D7D6
61 changed files with 2088 additions and 99 deletions

View file

@ -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 {