Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 0d020f13 authored by LuK1337's avatar LuK1337
Browse files

Etar: Move app version to Android.bp

Change-Id: Iece43ff7072f4852643b8896ac06b14724c50dd1
parent ac8dee2f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -48,6 +48,10 @@ android_app {
    aaptflags: [
        "--custom-package",
        "ws.xsoh.etar",
        "--version-name",
        "1.0.52",
        "--version-code",
        "52",
    ],

    kotlincflags: ["-Xjvm-default=all"],
+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.
@@ -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;
}