Author: Adam <git@apiote.xyz>
up versions
app/build.gradle | 10 ++++++---- app/src/main/AndroidManifest.xml | 3 +-- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +-
diff --git a/app/build.gradle b/app/build.gradle index 968e035162e441f81d45c5261343931ed2380577..57636dff39f8e677d5b33b73c770dac01978fa3a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ defaultConfig { applicationId "ml.adamsprogs.bimba" minSdk 21 targetSdk 33 - versionCode 1 - versionName "1.0" + versionCode 20 + versionName "3.0-alpha1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -32,6 +32,8 @@ } buildFeatures { viewBinding true } + namespace 'ml.adamsprogs.bimba' + buildToolsVersion '33.0.1' } dependencies { @@ -48,6 +50,6 @@ implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.core:core-splashscreen:1.0.0' implementation 'com.google.openlocationcode:openlocationcode:1.0.4' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6e343e6079130d4cf20af425b7b735f9fa65c8ca..f9b645dd1acbad5e479804fda3f2c8d628011a5d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - package="ml.adamsprogs.bimba"> + xmlns:tools="http://schemas.android.com/tools"> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.INTERNET" /> diff --git a/build.gradle b/build.gradle index 64f119e33344ef7caf3fa99959245374a5436294..9823be4b148839ed8d9405055e8b0cbc4660e26a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '7.2.2' apply false - id 'com.android.library' version '7.2.2' apply false + id 'com.android.application' version '7.3.1' apply false + id 'com.android.library' version '7.3.1' apply false id 'org.jetbrains.kotlin.android' version '1.7.10' apply false } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f8c9139bc5054b618c73f85c2689a79441b8ca75..87e44bc8e7fa6c9359d8cc8d6679a8389e1778b0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Tue Aug 09 15:48:25 CEST 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME