Prepare Paging Testing for release

Change to SNAPSHOT_AND_RELEASE

Change-Id: Iaa99f639eb2313d0f9fd6e9f72bac21a4e1d8110
Test: ./gradlew bOS
diff --git a/paging/paging-testing/build.gradle b/paging/paging-testing/build.gradle
index cfe7df2..fd8d14d 100644
--- a/paging/paging-testing/build.gradle
+++ b/paging/paging-testing/build.gradle
@@ -40,7 +40,7 @@
     mavenGroup = LibraryGroups.PAGING
     inceptionYear = "2022"
     description = "Test artifact for Paging implementation"
-    publish = Publish.SNAPSHOT_ONLY
+    publish = Publish.SNAPSHOT_AND_RELEASE
 }
 
 android {