Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobexyz committed Feb 9, 2023
1 parent 9b8ada1 commit f6a0b48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions yaacc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@ android {
viewBinding true
}

testOptions {
unitTests.returnDefaultValues = true
}

}
2 changes: 1 addition & 1 deletion yaacc/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.yaacc"
android:versionCode="30300"
android:versionName="3.3.0-SNAPSHOT">
android:versionName="3.3.0">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down

0 comments on commit f6a0b48

Please sign in to comment.