1 parent 5031fed commit 99ae230Copy full SHA for 99ae230
1 file changed
app/build.gradle
@@ -6,8 +6,8 @@ android {
6
applicationId "com.blackboxembedded.WunderLINQ"
7
minSdkVersion 26
8
targetSdkVersion 36
9
- versionCode 210
10
- versionName "2.99.1"
+ versionCode 211
+ versionName "2.99.2"
11
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
12
vectorDrawables.useSupportLibrary = true
13
Properties properties = new Properties()
@@ -17,7 +17,7 @@ android {
17
buildTypes {
18
release {
19
minifyEnabled false
20
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
21
}
22
23
configurations {
0 commit comments