]> git.ktnx.net Git - mobile-ledger.git/commitdiff
bump sdk version to 31
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 6 Apr 2022 19:24:21 +0000 (22:24 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 6 Apr 2022 19:28:09 +0000 (19:28 +0000)
app/build.gradle
app/src/main/AndroidManifest.xml

index 52592224e3517bde1a0625d7e6ba13d0fbecee1c..58dfbabf22f6ce93b2f03e9206ca537a8d7fceec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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'
index e3ec6ee1b34b5f6eda0282e64cc4e4acb54a428e..47f9b1d4f5276e21aa8795f91453e598fda8b76b 100644 (file)
@@ -1,5 +1,5 @@
 <?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
@@ -42,7 +42,7 @@
             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" />
@@ -51,7 +51,6 @@
         </activity>
         <activity
             android:name=".ui.activity.MainActivity"
-            android:label="@string/app_name"
             android:theme="@style/AppTheme.default" />
         <activity
             android:name=".ui.new_transaction.NewTransactionActivity"