Optimisation

This commit is contained in:
2022-04-26 19:35:18 +02:00
parent ac9cfd92fc
commit ed627f87ca
2 changed files with 1 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ android {
minSdk 22 minSdk 22
targetSdk 31 targetSdk 31
versionCode 101 versionCode 101
versionName '1.0.1' versionName '1.0.2'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@@ -162,9 +162,4 @@ public class MainActivity extends AppCompatActivity {
} }
} }
} }