0
0
mirror of https://github.com/dovecoteescapee/ByeDPIAndroid.git synced 2025-07-02 03:23:00 +00:00

Bump version

This commit is contained in:
dovecoteescapee 2024-08-11 05:13:13 +03:00
parent 18fcf9262c
commit 10645ade70

View File

@ -13,8 +13,8 @@ android {
applicationId = "io.github.dovecoteescapee.byedpi" applicationId = "io.github.dovecoteescapee.byedpi"
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 6 versionCode = 7
versionName = "1.0.2-rc1" versionName = "1.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }