Loading app/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,10 @@ android_app { aaptflags: [ "--custom-package", "ws.xsoh.etar", "--version-name", "1.0.52", "--version-code", "52", ], kotlincflags: ["-Xjvm-default=all"], Loading app/src_aosp/main/java/ws/xsoh/etar/BuildConfig.java +1 −2 Original line number Diff line number Diff line /* * Copyright (C) 2020 The LineageOS Project * Copyright (C) 2020-2025 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading @@ -17,6 +17,5 @@ package ws.xsoh.etar; public final class BuildConfig { public static final String APPLICATION_ID = "org.lineageos.etar"; public static final String VERSION_NAME = "1.0.47"; public static final boolean DEBUG = false; } Loading
app/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,10 @@ android_app { aaptflags: [ "--custom-package", "ws.xsoh.etar", "--version-name", "1.0.52", "--version-code", "52", ], kotlincflags: ["-Xjvm-default=all"], Loading
app/src_aosp/main/java/ws/xsoh/etar/BuildConfig.java +1 −2 Original line number Diff line number Diff line /* * Copyright (C) 2020 The LineageOS Project * Copyright (C) 2020-2025 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading @@ -17,6 +17,5 @@ package ws.xsoh.etar; public final class BuildConfig { public static final String APPLICATION_ID = "org.lineageos.etar"; public static final String VERSION_NAME = "1.0.47"; public static final boolean DEBUG = false; }