Compare commits
	
		
			1 Commits
		
	
	
		
			1.0c
			...
			f0129502ea
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | f0129502ea | 
| @@ -39,11 +39,8 @@ | ||||
| ## 📳 Installation | ||||
|  | ||||
| <div style="display: flex; justify-content: center; align-items: center; flex-direction: row;"> | ||||
|     <!--<a href="https://f-droid.org/packages/net.helcel.beans/"> | ||||
|     <a href="https://f-droid.org/packages/net.helcel.beans/"> | ||||
|         <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" width="206"> | ||||
|     </a>--> | ||||
|     <a href="https://apt.izzysoft.de/fdroid/index/apk/net.helcel.beans"> | ||||
|         <img width="200" height="80" alt="Izzy Download" src=".github/images/izzy.png"> | ||||
|     </a> | ||||
|     <a href="https://github.com/helcel-net/beans/releases/latest"> | ||||
|         <img width="200" height="84" alt="APK Download" src=".github/images/apk.png"> | ||||
|   | ||||
| @@ -14,8 +14,8 @@ android { | ||||
|         applicationId 'net.helcel.beans' | ||||
|         minSdk 28 | ||||
|         targetSdk 34 | ||||
|         versionCode 2 | ||||
|         versionName "1.0b" | ||||
|         versionCode 1 | ||||
|         versionName "1.0" | ||||
|     } | ||||
|     signingConfigs { | ||||
|         create("release") { | ||||
| @@ -78,11 +78,10 @@ android { | ||||
| aboutLibraries { | ||||
|     exclusionPatterns = [~"androidx.*", ~"com.google.android.*", ~"org.jetbrains.*"] | ||||
|     configPath = "config" | ||||
|     excludeFields = ["generated"] | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|     coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.3' | ||||
|     coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.2' | ||||
|     implementation 'androidx.preference:preference-ktx:1.2.1' | ||||
|     implementation 'com.google.android.material:material:1.12.0' | ||||
|     implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3' | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:versionCode="2" | ||||
|     android:versionName="1.0c"> | ||||
|     android:versionCode="1" | ||||
|     android:versionName="1.0a"> | ||||
|  | ||||
|     <application | ||||
|         android:allowBackup="true" | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||||
| plugins { | ||||
|     id 'com.android.application' version '8.7.2' apply false | ||||
|     id 'com.android.library' version '8.7.2' apply false | ||||
|     id 'com.android.library' version '8.7.1' apply false | ||||
|     id 'org.jetbrains.kotlin.android' version '2.0.21' apply false | ||||
| } | ||||
							
								
								
									
										34
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										34
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -1509,9 +1509,9 @@ | ||||
|   integrity sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg== | ||||
|  | ||||
| "@types/node@*": | ||||
|   version "22.9.0" | ||||
|   resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.0.tgz#b7f16e5c3384788542c72dc3d561a7ceae2c0365" | ||||
|   integrity sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ== | ||||
|   version "22.8.6" | ||||
|   resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.6.tgz#e8a0c0871623283d8b3ef7d7b9b1bfdfd3028e22" | ||||
|   integrity sha512-tosuJYKrIqjQIlVCM4PEGxOmyg3FCPa/fViuJChnGeEIhjA46oy8FMVoF9su1/v8PNs2a8Q0iFNyOx0uOF91nw== | ||||
|   dependencies: | ||||
|     undici-types "~6.19.8" | ||||
|  | ||||
| @@ -1531,9 +1531,9 @@ | ||||
|   integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw== | ||||
|  | ||||
| "@types/qs@^6.2.31": | ||||
|   version "6.9.17" | ||||
|   resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.17.tgz#fc560f60946d0aeff2f914eb41679659d3310e1a" | ||||
|   integrity sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ== | ||||
|   version "6.9.16" | ||||
|   resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.16.tgz#52bba125a07c0482d26747d5d4947a64daf8f794" | ||||
|   integrity sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A== | ||||
|  | ||||
| "@xmldom/xmldom@^0.8.6": | ||||
|   version "0.8.10" | ||||
| @@ -2079,9 +2079,9 @@ nwsapi@^2.2.12: | ||||
|   integrity sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ== | ||||
|  | ||||
| object-inspect@^1.13.1: | ||||
|   version "1.13.3" | ||||
|   resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.3.tgz#f14c183de51130243d6d18ae149375ff50ea488a" | ||||
|   integrity sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA== | ||||
|   version "1.13.2" | ||||
|   resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff" | ||||
|   integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g== | ||||
|  | ||||
| opn@^5.3.0: | ||||
|   version "5.5.0" | ||||
| @@ -2317,17 +2317,17 @@ tinyqueue@^2.0.0, tinyqueue@^2.0.3: | ||||
|   resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08" | ||||
|   integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA== | ||||
|  | ||||
| tldts-core@^6.1.59: | ||||
|   version "6.1.59" | ||||
|   resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-6.1.59.tgz#95d1076ed9ea36f81493be515ad9d3e916440126" | ||||
|   integrity sha512-EiYgNf275AQyVORl8HQYYe7rTVnmLb4hkWK7wAk/12Ksy5EiHpmUmTICa4GojookBPC8qkLMBKKwCmzNA47ZPQ== | ||||
| tldts-core@^6.1.57: | ||||
|   version "6.1.57" | ||||
|   resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-6.1.57.tgz#2cc6e6af3d0807ad616900300083930efa81b57d" | ||||
|   integrity sha512-lXnRhuQpx3zU9EONF9F7HfcRLvN1uRYUBIiKL+C/gehC/77XTU+Jye6ui86GA3rU6FjlJ0triD1Tkjt2F/2lEg== | ||||
|  | ||||
| tldts@^6.1.32: | ||||
|   version "6.1.59" | ||||
|   resolved "https://registry.yarnpkg.com/tldts/-/tldts-6.1.59.tgz#aa903f542a69429bcdf4bcd63f4f1fb4cf689312" | ||||
|   integrity sha512-472ilPxsRuqBBpn+KuRBHJvZhk6tTo4yTVsmODrLBNLwRYJPkDfMEHivgNwp5iEl+cbrZzzRtLKRxZs7+QKkRg== | ||||
|   version "6.1.57" | ||||
|   resolved "https://registry.yarnpkg.com/tldts/-/tldts-6.1.57.tgz#5d91d257ac945837358fe3954343fc01122fbad7" | ||||
|   integrity sha512-Oy7yDXK8meJl8vPMOldzA+MtueAJ5BrH4l4HXwZuj2AtfoQbLjmTJmjNWPUcAo+E/ibHn7QlqMS0BOcXJFJyHQ== | ||||
|   dependencies: | ||||
|     tldts-core "^6.1.59" | ||||
|     tldts-core "^6.1.57" | ||||
|  | ||||
| topojson-client@3.x: | ||||
|   version "3.1.0" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user