0.2.1
Deploy to FTP / deploy (push) Successful in 1m4s
Build APK / build (push) Successful in 2m47s

This commit is contained in:
Sebastian Molenda
2026-05-27 14:06:15 +02:00
parent 0b3c8e8a02
commit 35b19cf140
408 changed files with 9309 additions and 3718 deletions
+3 -2
View File
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
android {
namespace 'com.example.app'
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "com.example.app"
minSdk 21
targetSdk 33
targetSdk 34
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -35,4 +35,5 @@ dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.22"
implementation 'androidx.webkit:webkit:1.8.0'
}