Initial commit

This commit is contained in:
2026-08-16 22:52:52 -06:00
commit eb16dbaeac
700 changed files with 4612 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
defaultConfig {
applicationId "com.wytehat.btlogger"
minSdkVersion 14
targetSdkVersion 29
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}