File tree 2 files changed +4
-2
lines changed
src/main/java/com/noobexon/xposedfakelocation/manager/ui/about 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android {
13
13
minSdk = 30
14
14
targetSdk = 34
15
15
versionCode = 1
16
- versionName = " 0.0.1 "
16
+ versionName = " 0.0.3 "
17
17
18
18
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
19
19
}
@@ -36,6 +36,7 @@ android {
36
36
}
37
37
buildFeatures {
38
38
compose = true
39
+ buildConfig = true
39
40
}
40
41
}
41
42
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import androidx.compose.ui.text.style.TextAlign
27
27
import androidx.compose.ui.unit.dp
28
28
import androidx.navigation.NavController
29
29
import androidx.compose.ui.platform.LocalContext
30
+ import com.noobexon.xposedfakelocation.BuildConfig
30
31
31
32
32
33
@OptIn(ExperimentalMaterial3Api ::class )
@@ -131,7 +132,7 @@ fun AppVersionTitle() {
131
132
@Composable
132
133
fun AppVersionValue () {
133
134
Text (
134
- text = " 0.0.1 " ,
135
+ text = BuildConfig . VERSION_NAME ,
135
136
style = MaterialTheme .typography.bodyMedium.copy(
136
137
fontWeight = FontWeight .SemiBold
137
138
),
You can’t perform that action at this time.
0 commit comments