/*
- * Copyright © 2021 Damyan Ivanov.
+ * Copyright © 2022 Damyan Ivanov.
* This file is part of MoLe.
* MoLe is free software: you can distribute it and/or modify it
* under the term of the GNU General Public License as published by
apply plugin: 'com.android.application'
android {
- compileSdkVersion 30
+ compileSdkVersion 31
defaultConfig {
applicationId "net.ktnx.mobileledger"
minSdkVersion 22
- targetSdkVersion 30
+ targetSdkVersion 31
vectorDrawables.useSupportLibrary true
versionCode 51
versionName '0.21.2'
<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2021 Damyan Ivanov.
+ ~ Copyright © 2022 Damyan Ivanov.
~ This file is part of MoLe.
~ MoLe is free software: you can distribute it and/or modify it
~ under the term of the GNU General Public License as published by
android:theme="@style/AppTheme.default" />
<activity
android:name=".ui.activity.SplashActivity"
- android:label="@string/app_name"
+ android:exported="true"
android:theme="@style/AppTheme.default">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</activity>
<activity
android:name=".ui.activity.MainActivity"
- android:label="@string/app_name"
android:theme="@style/AppTheme.default" />
<activity
android:name=".ui.new_transaction.NewTransactionActivity"