1
0
Fork 0

i give up im just pushing everything

This commit is contained in:
nin0dev 2024-03-24 16:29:55 -04:00
parent 0e48db5921
commit f182a98b69
20 changed files with 519 additions and 407 deletions

View file

@ -3,11 +3,11 @@ plugins {
}
android {
namespace 'dev.vencord.vendroid'
namespace 'com.nin0dev.vendroid'
compileSdk 34
defaultConfig {
applicationId "dev.vencord.vendroid"
applicationId "com.nin0dev.vendroid"
minSdk 21
targetSdk 34
versionCode 3
@ -16,7 +16,7 @@ android {
buildTypes {
debug {
applicationIdSuffix ".dbg"
}
release {
@ -32,5 +32,6 @@ android {
dependencies {
implementation 'androidx.annotation:annotation:1.7.1'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.28'
implementation 'com.google.android.material:material:1.11.0'
}